Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for TFE_TensorHandleResolve (0.13 sec)

  1. tensorflow/c/eager/c_api.cc

      if (h == nullptr) {
        status->status = tensorflow::errors::InvalidArgument("Invalid handle");
        return nullptr;
      }
    
      tensorflow::unwrap(h)->Ref();
      return h;
    }
    
    TF_Tensor* TFE_TensorHandleResolve(TFE_TensorHandle* h, TF_Status* status) {
      if (h == nullptr) {
        status->status = tensorflow::errors::InvalidArgument("Invalid handle");
        return nullptr;
      }
    
      tensorflow::AbstractTensorInterface* t =
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 43.9K bytes
    - Viewed (0)
Back to top