Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TFE_TensorHandleDataType (0.36 seconds)

  1. tensorflow/c/eager/custom_device_testutil.cc

                                             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;
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Dec 20 23:30:21 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top