Searched refs:device_factory (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | device_factory.h | 136 #define REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, ...) \ argument 137 INTERNAL_REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, \ 140 #define INTERNAL_REGISTER_LOCAL_DEVICE_FACTORY(device_type, device_factory, \ argument 142 static ::tensorflow::dfactory::Registrar<device_factory> \
|
D | device_factory.cc | 191 auto device_factory = GetFactory(type); in NewDevice() local 192 if (!device_factory) { in NewDevice() 198 TF_CHECK_OK(device_factory->CreateDevices(opt, name_prefix, &devices)); in NewDevice()
|
D | BUILD | 57 "device_factory.h", 189 "device_factory.h", 264 "device_factory.cc", 358 "device_factory.cc", 359 "device_factory.h",
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | BUILD | 385 "//tensorflow/core/common_runtime:device_factory", 397 "//tensorflow/core/common_runtime:device_factory", 414 "//tensorflow/core/common_runtime:device_factory", 436 "//tensorflow/core/common_runtime:device_factory", 448 "//tensorflow/core/common_runtime:device_factory",
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | permuter_test.cc | 122 auto device_factory = DeviceFactory::GetFactory("GPU"); in InitGPUDevices() local 123 CHECK(device_factory); in InitGPUDevices() 125 Status s = device_factory->CreateDevices( in InitGPUDevices()
|
D | BUILD | 59 "device_factory.h", 155 "device_factory.h", 457 ":device_factory", 506 name = "device_factory", 507 hdrs = ["device_factory.h"], 607 ":device_factory", 763 ":device_factory", 1535 ":device_factory", 1553 ":device_factory", 1582 ":device_factory",
|
D | ring_gatherer_test.cc | 123 auto device_factory = DeviceFactory::GetFactory("GPU"); in InitGPUDevices() local 124 CHECK(device_factory); in InitGPUDevices() 126 Status s = device_factory->CreateDevices( in InitGPUDevices()
|
D | ring_reducer_test.cc | 146 auto device_factory = DeviceFactory::GetFactory("GPU"); in InitGPUDevices() local 147 CHECK(device_factory); in InitGPUDevices() 149 Status s = device_factory->CreateDevices( in InitGPUDevices()
|
D | hierarchical_tree_broadcaster_test.cc | 212 auto device_factory = DeviceFactory::GetFactory("GPU"); in InitGPUDevices() local 213 CHECK(device_factory); in InitGPUDevices() 215 Status s = device_factory->CreateDevices( in InitGPUDevices()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 77 [//tensorflow/core/common_runtime:device_factory] # device_lib, tfe, tf_session
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | BUILD | 188 "//tensorflow/core/common_runtime:device_factory",
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ |
D | BUILD | 1093 "//tensorflow/core/common_runtime:device_factory",
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 423 "//tensorflow/core/framework:device_factory.h",
|