Home
last modified time | relevance | path

Searched refs:cpu_factory (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.cc95 auto cpu_factory = GetFactory("CPU"); in ListAllPhysicalDevices() local
96 if (!cpu_factory) { in ListAllPhysicalDevices()
102 TF_RETURN_IF_ERROR(cpu_factory->ListPhysicalDevices(devices)); in ListAllPhysicalDevices()
111 if (factory != cpu_factory) { in ListAllPhysicalDevices()
128 auto cpu_factory = GetFactory("CPU"); in GetAnyDeviceDetails() local
129 if (!cpu_factory) { in GetAnyDeviceDetails()
135 TF_RETURN_IF_ERROR(cpu_factory->ListPhysicalDevices(&devices)); in GetAnyDeviceDetails()
137 return cpu_factory->GetDeviceDetails(device_index, details); in GetAnyDeviceDetails()
145 if (factory != cpu_factory) { in GetAnyDeviceDetails()
165 auto cpu_factory = GetFactory("CPU"); in AddDevices() local
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dupgrade_graph.cc119 DeviceFactory* cpu_factory = DeviceFactory::GetFactory("CPU"); in GetStaticDeviceMgr() local
121 auto status = cpu_factory->CreateDevices( in GetStaticDeviceMgr()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc244 DeviceFactory* cpu_factory = DeviceFactory::GetFactory("CPU"); in RuntimeGraphOptimizer() local
245 TF_RETURN_IF_ERROR(cpu_factory->CreateDevices( in RuntimeGraphOptimizer()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1184 DeviceFactory* cpu_factory = DeviceFactory::GetFactory("CPU"); in Run() local
1185 if (!cpu_factory) { in Run()
1189 TF_RETURN_IF_ERROR(cpu_factory->CreateDevices( in Run()