Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for AllocateLoggingDevice (0.44 seconds)

  1. tensorflow/c/eager/custom_device_testutil.h

    void RegisterLoggingDevice(TFE_Context* context, const char* name,
                               bool strict_scope_placement, bool* arrived_flag,
                               bool* executed_flag, TF_Status* status);
    void AllocateLoggingDevice(const char* name, bool* arrived_flag,
                               bool* executed_flag, TFE_CustomDevice** device,
                               void** device_info);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Aug 27 23:39:24 GMT 2020
    - 1.6K bytes
    - Click Count (0)
  2. 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