Home
last modified time | relevance | path

Searched defs:device_factory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_factory.h158 #define REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, ...) \ argument
162 #define INTERNAL_REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, \ argument
H A Ddevice_factory.cc249 auto device_factory = GetFactory(type); in NewDevice() local
/aosp_15_r20/tools/acloud/public/actions/
H A Dcommon_operations.py82 def __init__(self, device_factory, devices=None): argument
210 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_global_init.cc60 DeviceFactory* device_factory = DeviceFactory::GetFactory(DEVICE_TPU_SYSTEM); in CreateDeviceMgr() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_test_util.cc114 auto device_factory = DeviceFactory::GetFactory("GPU"); in CreateGPUDevices() local