Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/eager/parallel_device/parallel_device.cc

      if (!cpp_status.ok()) {
        tsl::Set_TF_Status_from_Status(status, cpp_status);
        return nullptr;
      }
      return TF_NewBufferFromString(summary.data(), summary.size());
    }
    
    TensorHandlePtr ParallelTensorToTensorHandle(
        const std::string& parallel_device_name, TFE_Context* context,
        std::unique_ptr<ParallelTensor> t, TF_Status* status) {
      // The resulting TensorHandle owns an opaque pointer to "device memory", which
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 29 22:05:31 GMT 2023
    - 18.3K bytes
    - Viewed (0)
Back to top