bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT
Parse other and construct the tensor.
Returns true iff the parsing succeeds. If the parsing fails, the state of *this is unchanged.
bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT
Parse other and construct the tensor.
Returns true iff the parsing succeeds. If the parsing fails, the state of *this is unchanged.
Please login to continue.