Searched defs:device_factory (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | device_factory.h | 158 #define REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, ...) \ argument 162 #define INTERNAL_REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, \ argument
|
H A D | device_factory.cc | 249 auto device_factory = GetFactory(type); in NewDevice() local
|
/aosp_15_r20/tools/acloud/public/actions/ |
H A D | common_operations.py | 82 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 D | tpu_global_init.cc | 60 DeviceFactory* device_factory = DeviceFactory::GetFactory(DEVICE_TPU_SYSTEM); in CreateDeviceMgr() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | collective_test_util.cc | 114 auto device_factory = DeviceFactory::GetFactory("GPU"); in CreateGPUDevices() local
|