Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TensorHandleCopyBetweenDevices (1.84 seconds)

  1. tensorflow/c/eager/c_api_test.cc

      TF_DeleteDeviceList(devices);
      TF_DeleteTensor(t);
      TFE_DeleteTensorHandle(hcpu);
      TFE_DeleteContext(ctx);
    }
    
    TEST(CAPI, TensorHandleCopyBetweenDevices) {
      TensorHandleCopyBetweenDevices(false);
    }
    
    TEST(CAPI, TensorHandleCopyBetweenDevicesAsync) {
      TensorHandleCopyBetweenDevices(true);
    }
    
    void TensorHandleCopyBetweenDevicesError(bool async) {
      std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> status(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 94.6K bytes
    - Click Count (0)
Back to Top