- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TFE_TensorHandleDataType (0.15 sec)
-
tensorflow/c/eager/custom_device_testutil.cc
} TFE_TensorHandle* MakeLoggedTensorHandle( TFE_Context* context, const tensorflow::string& logging_device_name, std::unique_ptr<LoggedTensor> t, TF_Status* status) { auto dtype = TFE_TensorHandleDataType(t->tensor); TFE_CustomDeviceTensorHandleMethods handle_methods; handle_methods.num_dims = &LoggedTensorNumDims; handle_methods.dim = &LoggedTensorDim; handle_methods.deallocator = &LoggedTensorDeallocator;
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Mar 03 20:47:31 UTC 2021 - 8.3K bytes - Viewed (0)