Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TFE_ContextDevicePlacementPolicy (0.11 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/eager/c_api_test.cc

    TEST(CAPI, TensorHandleCopyBetweenTwoGPUDevicesAsync) {
      TensorHandleCopyBetweenTwoGPUDevices(true);
    }
    
    void TensorHandleSilentCopy(bool async,
                                TFE_ContextDevicePlacementPolicy global_policy,
                                TFE_ContextDevicePlacementPolicy thread_policy,
                                bool cpu_op) {
      std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> status(
          TF_NewStatus(), TF_DeleteStatus);
    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