void tensorflow::Tensor::UnsafeCopyFromInternal(const Tensor &, const TensorShape &)
Copy the other tensor into this tensor and reshape it and reinterpret the buffer's datatype.
This tensor shares other's underlying storage.
void tensorflow::Tensor::UnsafeCopyFromInternal(const Tensor &, const TensorShape &)
Copy the other tensor into this tensor and reshape it and reinterpret the buffer's datatype.
This tensor shares other's underlying storage.
Please login to continue.