Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc122 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
131 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
141 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
151 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
163 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
175 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
189 Status status = DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
203 TF_CHECK_OK(DeviceFactory::GetFactory("GPU")->CreateDevices( in TEST_F()
214 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/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.cc212 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
234 port::StatusOr<PluginRegistry::FACTORY_TYPE> PluginRegistry::GetFactory( \
242 return GetFactory<PluginRegistry::FACTORY_TYPE>(iter->second, plugin_id); \
/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/
Ddevice_factory.cc84 DeviceFactory* DeviceFactory::GetFactory(const string& device_type) { in GetFactory() function in tensorflow::DeviceFactory
95 auto cpu_factory = GetFactory("CPU"); in ListAllPhysicalDevices()
123 auto cpu_factory = GetFactory("CPU"); in AddDevices()
149 auto device_factory = GetFactory(type); in NewDevice()
Dsession.cc65 Status s = SessionFactory::GetFactory(options, &factory); in NewSession()
86 Status s = SessionFactory::GetFactory(options, &factory); in NewSession()
107 TF_RETURN_IF_ERROR(SessionFactory::GetFactory(options, &factory)); in Reset()
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_factory.h70 static Status GetFactory(const SessionOptions& options,
Dexecutor_factory.h40 static Status GetFactory(const string& executor_type,
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
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc274 ->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in SupportsBlas()
282 registry->GetFactory<PluginRegistry::BlasFactory>(kHostPlatformId, in CreateBlas()
295 ->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in SupportsFft()
303 registry->GetFactory<PluginRegistry::FftFactory>(kHostPlatformId, in CreateFft()
316 ->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in SupportsRng()
324 registry->GetFactory<PluginRegistry::RngFactory>(kHostPlatformId, in CreateRng()
/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()
Dserver_lib.h87 static Status GetFactory(const ServerDef& server_def,
/external/v4l2_codec2/store/
DV4L2ComponentStore.cpp89 auto factory = GetFactory(name); in createComponent()
100 auto factory = GetFactory(name); in createInterface()
156 ::C2ComponentFactory* V4L2ComponentStore::GetFactory(const C2String& name) { in GetFactory() function in android::V4L2ComponentStore
/external/webrtc/webrtc/base/
Dnetworkmonitor.h79 static NetworkMonitorFactory* GetFactory();
Dnetworkmonitor.cc58 NetworkMonitorFactory* NetworkMonitorFactory::GetFactory() { in GetFactory() function in rtc::NetworkMonitorFactory
/external/v4l2_codec2/store/include/v4l2_codec2/store/
DV4L2ComponentStore.h50 ::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.cc652 registry->GetFactory<PluginRegistry::BlasFactory>(rocm::kROCmPlatformId, in CreateBlas()
666 registry->GetFactory<PluginRegistry::DnnFactory>(rocm::kROCmPlatformId, in CreateDnn()
680 registry->GetFactory<PluginRegistry::FftFactory>(rocm::kROCmPlatformId, in CreateFft()
694 registry->GetFactory<PluginRegistry::RngFactory>(rocm::kROCmPlatformId, in CreateRng()
/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()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc243 DeviceFactory* cpu_factory = DeviceFactory::GetFactory("CPU"); in RuntimeGraphOptimizer()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc94 TF_CHECK_OK(DeviceFactory::GetFactory(DEVICE_GPU) in SetUp()

12