- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_TensorToTensor (0.18 sec)
-
tensorflow/c/c_api.cc
// TF_TensorFromTensorV1 because the conversion to string is performed by the // python side of Session. static Status TF_TensorToTensorV1(const TF_Tensor* src, Tensor* dst) { Status status = TF_TensorToTensor(src, dst); if (!status.ok()) { return status; } if (dst->dtype() == tensorflow::DT_RESOURCE) { const auto tensor_interface =
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)