Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc120 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
129 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
139 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
149 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
161 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
173 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
187 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
201 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
213 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
223 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
[all …]
Dgpu_device_on_non_gpu_machine_test.cc37 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dserver_lib.cc49 Status ServerFactory::GetFactory(const ServerDef& server_def, in GetFactory() function in tensorflow::ServerFactory
75 TF_RETURN_IF_ERROR(ServerFactory::GetFactory(server_def, &factory)); in NewServer()
85 TF_RETURN_IF_ERROR(ServerFactory::GetFactory(server_def, &factory)); in NewServerWithOptions()
Dserver_lib.h93 static Status GetFactory(const ServerDef& server_def,
/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.cc84 DeviceFactory* DeviceFactory::GetFactory(const string& device_type) { in GetFactory() function in tensorflow::DeviceFactory
95 auto cpu_factory = GetFactory("CPU"); in ListAllPhysicalDevices()
128 auto cpu_factory = GetFactory("CPU"); in GetAnyDeviceDetails()
165 auto cpu_factory = GetFactory("CPU"); in AddDevices()
191 auto device_factory = GetFactory(type); in NewDevice()
Ddevice_factory.h35 static DeviceFactory* GetFactory(const std::string& device_type);
/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/llvm-project/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp53 static inline CountMap::Factory& GetFactory(void *F) { in GetFactory() function
76 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), in IncrementCount()
83 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.h94 port::StatusOr<FactoryT> GetFactory(Platform::Id platform_id,
101 port::StatusOr<FactoryT> GetFactory(PlatformKind platform_kind,
170 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
173 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
Dplugin_registry.cc213 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
235 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
243 return GetFactory<PluginRegistry::FACTORY_TYPE>(iter->second, plugin_id); \
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc298 ->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in SupportsBlas()
306 registry->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in CreateBlas()
319 ->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in SupportsFft()
327 registry->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in CreateFft()
340 ->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in SupportsRng()
348 registry->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in CreateRng()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.cc61 Status ExecutorFactory::GetFactory(const string& executor_type, in GetFactory() function in tensorflow::ExecutorFactory
80 TF_RETURN_IF_ERROR(ExecutorFactory::GetFactory(executor_type, &factory)); in NewExecutor()
Dsession.cc78 Status s = SessionFactory::GetFactory(options, &factory); in NewSession()
99 TF_RETURN_IF_ERROR(SessionFactory::GetFactory(options, &factory)); in Reset()
Dsession_factory.h70 static Status GetFactory(const SessionOptions& options,
Dexecutor_factory.h40 static Status GetFactory(const string& executor_type,
Dsession_factory.cc68 Status SessionFactory::GetFactory(const SessionOptions& options, in GetFactory() function in tensorflow::SessionFactory
/external/v4l2_codec2/components/
DV4L2ComponentStore.cpp85 auto factory = GetFactory(name); in createComponent()
101 auto factory = GetFactory(name); in createInterface()
159 ::C2ComponentFactory* V4L2ComponentStore::GetFactory(const C2String& name) { in GetFactory() function in android::V4L2ComponentStore
/external/webrtc/rtc_base/
Dnetwork_monitor.cc67 NetworkMonitorFactory* NetworkMonitorFactory::GetFactory() { in GetFactory() function in rtc::NetworkMonitorFactory
Dnetwork_monitor.h111 static NetworkMonitorFactory* GetFactory();
/external/v4l2_codec2/components/include/v4l2_codec2/components/
DV4L2ComponentStore.h46 ::C2ComponentFactory* GetFactory(const C2String& name);
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.h208 desc->factory = GetFactory<TTable, Context>();
348 static Factory<Context> GetFactory() { in GetFactory() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc657 registry->GetFactory<PluginRegistry::BlasFactory>(rocm::kROCmPlatformId, in CreateBlas()
671 registry->GetFactory<PluginRegistry::DnnFactory>(rocm::kROCmPlatformId, in CreateDnn()
685 registry->GetFactory<PluginRegistry::FftFactory>(rocm::kROCmPlatformId, in CreateFft()
699 registry->GetFactory<PluginRegistry::RngFactory>(rocm::kROCmPlatformId, in CreateRng()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dupgrade_graph.cc119 DeviceFactory* cpu_factory = DeviceFactory::GetFactory("CPU"); in GetStaticDeviceMgr()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc749 registry->GetFactory<PluginRegistry::BlasFactory>(cuda::kCudaPlatformId, in CreateBlas()
763 registry->GetFactory<PluginRegistry::DnnFactory>(cuda::kCudaPlatformId, in CreateDnn()
777 registry->GetFactory<PluginRegistry::FftFactory>(cuda::kCudaPlatformId, in CreateFft()
791 registry->GetFactory<PluginRegistry::RngFactory>(cuda::kCudaPlatformId, in CreateRng()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer_test.cc83 TF_CHECK_OK(DeviceFactory::GetFactory(DEVICE_GPU) in TEST_F()

12