Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for RegisterLoggingDevice (0.07 seconds)

  1. tensorflow/c/eager/custom_device_testutil.cc

      }
      *(dev->executed_flag) = true;
    }
    
    void DeleteLoggingDevice(void* device_info) {
      delete reinterpret_cast<LoggingDevice*>(device_info);
    }
    
    }  // namespace
    
    void RegisterLoggingDevice(TFE_Context* context, const char* name,
                               bool strict_scope_placement, bool* arrived_flag,
                               bool* executed_flag, TF_Status* status) {
      TFE_CustomDevice custom_device;
    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