Home
last modified time | relevance | path

Searched refs:DirectSessionFactory (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h53 class DirectSessionFactory; variable
64 DirectSessionFactory* factory);
365 DirectSessionFactory* const factory_; // not owned
Ddirect_session.cc146 class DirectSessionFactory : public SessionFactory { class
148 DirectSessionFactory() {} in DirectSessionFactory() function in tensorflow::DirectSessionFactory
210 SessionFactory::Register("DIRECT_SESSION", new DirectSessionFactory()); in DirectSessionRegistrar()
276 DirectSessionFactory* const factory) in DirectSession()