Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoggedTensorDeallocator (0.2 sec)

  1. tensorflow/c/eager/custom_device_testutil.cc

    }
    
    int LoggedTensorNumDims(void* data, TF_Status* status) {
      return TFE_TensorHandleNumDims(reinterpret_cast<LoggedTensor*>(data)->tensor,
                                     status);
    }
    
    void LoggedTensorDeallocator(void* data) {
      delete reinterpret_cast<LoggedTensor*>(data);
    }
    
    TFE_TensorHandle* MakeLoggedTensorHandle(
        TFE_Context* context, const tensorflow::string& logging_device_name,
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Mar 03 20:47:31 GMT 2021
    - 8.3K bytes
    - Viewed (0)
Back to top