Home
last modified time | relevance | path

Searched refs:GetFactory (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc59 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
69 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
80 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
91 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
104 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
117 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
132 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
146 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
158 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
168 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
[all …]
Dgpu_device_on_non_gpu_machine_test.cc37 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc207 ->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in SupportsBlas()
215 registry->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in CreateBlas()
228 ->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in SupportsFft()
236 registry->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in CreateFft()
249 ->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in SupportsRng()
257 registry->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in CreateRng()
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp54 static inline CountMap::Factory& GetFactory(void *F) { in GetFactory() function
77 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), in IncrementCount()
84 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
/external/tensorflow/tensorflow/core/common_runtime/
Dsession.cc56 const Status s = SessionFactory::GetFactory(options, &factory); in NewSession()
66 const Status s = SessionFactory::GetFactory(options, &factory); in NewSession()
82 TF_RETURN_IF_ERROR(SessionFactory::GetFactory(options, &factory)); in Reset()
Ddevice_factory.cc83 DeviceFactory* DeviceFactory::GetFactory(const string& device_type) { in GetFactory() function in tensorflow::DeviceFactory
96 auto cpu_factory = GetFactory("CPU"); in AddDevices()
122 auto device_factory = GetFactory(type); in NewDevice()
Dsession_factory.h65 static Status GetFactory(const SessionOptions& options,
Ddevice_factory.h35 static DeviceFactory* GetFactory(const string& device_type);
Dsession_factory.cc68 Status SessionFactory::GetFactory(const SessionOptions& options, in GetFactory() function in tensorflow::SessionFactory
Dgraph_runner.cc43 Status s = DeviceFactory::GetFactory(DEVICE_CPU) in GetCPUDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.cc49 Status ServerFactory::GetFactory(const ServerDef& server_def, in GetFactory() function in tensorflow::ServerFactory
69 TF_RETURN_IF_ERROR(ServerFactory::GetFactory(server_def, &factory)); in NewServer()
Dserver_lib.h87 static Status GetFactory(const ServerDef& server_def,
/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.cc210 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
231 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
239 return GetFactory<PluginRegistry::FACTORY_TYPE>(iter->second, plugin_id); \
Dplugin_registry.h95 port::StatusOr<FactoryT> GetFactory(Platform::Id platform_id,
101 port::StatusOr<FactoryT> GetFactory(PlatformKind platform_kind,
/external/webrtc/webrtc/base/
Dnetworkmonitor.cc58 NetworkMonitorFactory* NetworkMonitorFactory::GetFactory() { in GetFactory() function in rtc::NetworkMonitorFactory
Dnetworkmonitor.h79 static NetworkMonitorFactory* GetFactory();
Dnetwork.cc730 NetworkMonitorFactory* factory = NetworkMonitorFactory::GetFactory(); in StartNetworkMonitor()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc674 registry->GetFactory<PluginRegistry::BlasFactory>(kCudaPlatformId, in CreateBlas()
688 registry->GetFactory<PluginRegistry::DnnFactory>(kCudaPlatformId, in CreateDnn()
702 registry->GetFactory<PluginRegistry::FftFactory>(kCudaPlatformId, in CreateFft()
716 registry->GetFactory<PluginRegistry::RngFactory>(kCudaPlatformId, in CreateRng()
/external/tensorflow/tensorflow/contrib/nccl/kernels/
Dnccl_manager_test.cc37 Status s = DeviceFactory::GetFactory(DEVICE_GPU) in GetGPUDevices()