Home
last modified time | relevance | path

Searched defs:NewSession (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dsession.cc54 Session* NewSession(const SessionOptions& options) { in NewSession() function
64 Status NewSession(const SessionOptions& options, Session** out_session) { in NewSession() function
Dsession_test.cc50 Session* NewSession(const SessionOptions& options) override { in NewSession() function in tensorflow::__anon8af4ec1f0111::FakeSessionFactory
Ddirect_session.cc158 Session* NewSession(const SessionOptions& options) override { in NewSession() function in tensorflow::DirectSessionFactory
/external/tensorflow/tensorflow/go/
Dsession.go51 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) { func
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc408 Session* NewSession(const SessionOptions& options) override { in NewSession() function in tensorflow::GrpcSessionFactory
/external/tensorflow/tensorflow/core/ops/
Darray_grad_test.cc30 std::unique_ptr<Session> NewSession() { in NewSession() function
Dmath_grad_test.cc31 std::unique_ptr<Session> NewSession() { in NewSession() function