- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RegisterLoggingDevice (0.22 seconds)
-
tensorflow/c/eager/custom_device_testutil.h
#include <memory> #include "tensorflow/c/c_api.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/tf_status.h" void RegisterLoggingDevice(TFE_Context* context, const char* name, bool strict_scope_placement, bool* arrived_flag, bool* executed_flag, TF_Status* status);
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) -
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)