Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_DeleteVariableInfo (0.13 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.cc

      TF_Tensor* result_tensor =
          tensorflow::TF_TensorFromTensor(*tensor, &cc_status);
      status->status = cc_status;
      return result_tensor;
    }
    
    void TF_DeleteVariableInfo(TF_VariableInfo* var_info) {
      if (var_info != nullptr) {
        delete var_info;
      }
    }
    
    // ---------------------  Coordination service  --------------------------------
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 05:48:24 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top