Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AllocateLoggingDevice (0.09 seconds)

  1. tensorflow/c/eager/custom_device_testutil.cc

                                         TF_Status* status) {
      return reinterpret_cast<LoggedTensor*>(
                 TFE_TensorHandleDevicePointer(logged_tensor_handle, status))
          ->tensor;
    }
    
    void AllocateLoggingDevice(const char* name, bool* arrived_flag,
                               bool* executed_flag, TFE_CustomDevice** device,
                               void** device_info) {
      TFE_CustomDevice* custom_device = new TFE_CustomDevice;
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Dec 20 23:30:21 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top