Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetPjRtCBufferToTensor (0.22 sec)

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

          tensorflow::GetPjRtCApiClient(tensorflow::DeviceType(device_type));
      if (!pjrt_c_api_client.ok()) {
        status->status = pjrt_c_api_client.status();
        return;
      }
      auto set_buffer_status =
          SetPjRtCBufferToTensor(c_buffer, *pjrt_c_api_client, &tensor);
      status->status = set_buffer_status;
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Tue Jan 09 00:52:04 GMT 2024
    - 13.9K bytes
    - Viewed (1)
Back to top