Home
last modified time | relevance | path

Searched defs:custom_device (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dcustom_device_testutil.cc165 TFE_CustomDevice custom_device; in RegisterLoggingDevice() local
189 TFE_CustomDevice* custom_device = new TFE_CustomDevice; in AllocateLoggingDevice() local
H A Dc_api.cc1145 auto custom_device = std::make_unique<tensorflow::CustomDeviceAPI>( in TFE_RegisterCustomDevice() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_utils.cc60 if (auto* custom_device = fallback_request_state.custom_device(device)) { in GetDeviceFromFallbackState() local
H A Dkernel_fallback_compat_request_state.h98 tensorflow::Device* custom_device(const tensorflow::Device* device) const { in custom_device() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcustom_device_op_handler.cc57 tensorflow::CustomDevice* custom_device = nullptr; in Execute() local
H A Dcustom_device_test.cc153 TestCustomDevice custom_device(custom_device_name); in TEST() local