Home
last modified time | relevance | path

Searched refs:RegisterFactory (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug.cc40 DebuggerStateRegistry::RegisterFactory(CreateDebuggerState); in DebuggerStateRegistration()
41 DebugGraphDecoratorRegistry::RegisterFactory(CreateDebugGraphDecorator); in DebuggerStateRegistration()
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.h85 static void RegisterFactory(const DebuggerStateFactory& factory);
106 static void RegisterFactory(const DebugGraphDecoratorFactory& factory);
Ddebugger_state_interface.cc56 void DebuggerStateRegistry::RegisterFactory( in RegisterFactory() function in tensorflow::DebuggerStateRegistry
77 void DebugGraphDecoratorRegistry::RegisterFactory( in RegisterFactory() function in tensorflow::DebugGraphDecoratorRegistry
/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.h64 port::Status RegisterFactory(Platform::Id platform_id, PluginId plugin_id,
166 port::Status PluginRegistry::RegisterFactory<PluginRegistry::FACTORY_TYPE>( \
Dplugin_registry.cc196 port::Status PluginRegistry::RegisterFactory<PluginRegistry::FACTORY_TYPE>( \
/external/google-fruit/include/fruit/impl/
Dbindings.h116 struct RegisterFactory {};
Dcomponent_functors.defn.h475 struct RegisterFactory {
628 using Op1 = RegisterFactory(Comp, DecoratedSignature, RequiredSignature);
633 using RealOp = RegisterFactory(Comp, DecoratedSignature, Type<decltype(provider)>);
640 using RealOp = RegisterFactory(Comp, DecoratedSignature, Type<decltype(provider)>);
658 using Op1 = RegisterFactory(Comp, DecoratedSignature, RequiredSignature);
665 using RealOp = RegisterFactory(Comp, DecoratedSignature, Type<decltype(provider)>);
674 using RealOp = RegisterFactory(Comp, DecoratedSignature, Type<decltype(provider)>);
1278 struct apply<fruit::impl::RegisterFactory<DecoratedSignature, Lambda>> {
1279 using type = ComponentFunctor(RegisterFactory, Type<DecoratedSignature>, Type<Lambda>);
Dcomponent.defn.h231 inline PartialComponent<fruit::impl::RegisterFactory<DecoratedSignature, Lambda>, Bindings...>
233 using Op = OpFor<fruit::impl::RegisterFactory<DecoratedSignature, Lambda>>; in registerFactory()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_rng.cc233 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::RngFactory>( in initialize_curand()
Dcuda_fft.cc567 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::FftFactory>( in initialize_cufft()
Dcuda_dnn.cc4653 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::DnnFactory>( in initialize_cudnn()
Dcuda_blas.cc3759 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::BlasFactory>( in initialize_cublas()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc290 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::RngFactory>( in initialize_rocrand()
Drocm_fft.cc596 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::FftFactory>( in initialize_rocfft()
Drocm_blas.cc2691 ->RegisterFactory<PluginRegistry::BlasFactory>( in initialize_rocblas()
Drocm_dnn.cc5084 PluginRegistry::Instance()->RegisterFactory<PluginRegistry::DnnFactory>( in initialize_miopen()
/external/google-fruit/include/fruit/
Dcomponent.h811 PartialComponent<fruit::impl::RegisterFactory<DecoratedSignature, Factory>, Bindings...>
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h313 class PartialComponentStorage<RegisterFactory<DecoratedSignature, Lambda>, PreviousBindings...> {