Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copy_tensor_to_device (0.12 sec)

  1. tensorflow/c/eager/custom_device_testutil.cc

                               bool strict_scope_placement, bool* arrived_flag,
                               bool* executed_flag, TF_Status* status) {
      TFE_CustomDevice custom_device;
      custom_device.copy_tensor_to_device = &CopyToLoggingDevice;
      custom_device.copy_tensor_from_device = &CopyTensorFromLoggingDevice;
      custom_device.delete_device = &DeleteLoggingDevice;
      custom_device.execute = &LoggingDeviceExecute;
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Mar 03 20:47:31 UTC 2021
    - 8.3K bytes
    - Viewed (0)
Back to top