Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFE_TensorHandleCopyToDevice (0.27 sec)

  1. tensorflow/c/eager/c_api.h

    // If async execution is enabled, the copy may be enqueued and the call will
    // return "non-ready" handle. Else, this function returns after the copy has
    // been done.
    TF_CAPI_EXPORT extern TFE_TensorHandle* TFE_TensorHandleCopyToDevice(
        TFE_TensorHandle* h, TFE_Context* ctx, const char* device_name,
        TF_Status* status);
    
    // Debugging/Profiling information for TFE_TensorHandle
    //
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
Back to top