Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeLoggedTensorHandle (0.21 sec)

  1. tensorflow/c/eager/custom_device_testutil.cc

                                     status);
    }
    
    void LoggedTensorDeallocator(void* data) {
      delete reinterpret_cast<LoggedTensor*>(data);
    }
    
    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);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 03 20:47:31 GMT 2021
    - 8.3K bytes
    - Viewed (0)
Back to top