HomeSort by relevance Sort by last modified time
    Searched defs:NewSession (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/tpu/profiler/
tpu_profiler_analysis_pb2_grpc.py 42 self.NewSession = channel.unary_unary(
43 '/tensorflow.TPUProfileAnalysis/NewSession',
79 def NewSession(self, request, context):
105 'NewSession':
107 servicer.NewSession,
  /external/tensorflow/tensorflow/core/common_runtime/
session.cc 54 Session* NewSession(const SessionOptions& options) {
62 s = NewSession(options, &out_session);
70 Status NewSession(const SessionOptions& options, Session** out_session) {
78 s = factory->NewSession(options, out_session);
  /external/tensorflow/tensorflow/go/
session.go 49 // NewSession creates a new execution session with the associated graph.
51 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) {
  /external/grpc-grpc/test/core/tsi/
ssl_session_cache_test.cc 46 tsi::SslSessionPtr NewSession(long id) {
90 tsi::SslSessionPtr tmp_sess = tracker.NewSession(1);
103 tsi::SslSessionPtr sess2 = tracker.NewSession(2);
110 tsi::SslSessionPtr sess3 = tracker.NewSession(3);
121 cache->Put(domain.c_str(), tracker.NewSession(id));
132 cache->Put("7.random.domain", tracker.NewSession(7));
  /external/tensorflow/tensorflow/core/profiler/rpc/client/
capture_profile.cc 126 Status NewSession(const string& service_addr,
155 stub->NewSession(&context, new_session_request, &new_session_response)));
213 status = NewSession(tpu_master, hostnames, duration_ms, repository_root,
  /external/tensorflow/tensorflow/core/ops/
array_grad_test.cc 30 std::unique_ptr<Session> NewSession() {
33 return std::unique_ptr<Session>(NewSession(opts));
50 auto sess = NewSession();
91 auto sess = NewSession();
130 auto sess = NewSession();
154 auto sess = NewSession();
228 auto sess = NewSession();
260 auto sess = NewSession();
319 auto sess = NewSession();
358 auto sess = NewSession();
    [all...]
math_grad_test.cc 32 std::unique_ptr<Session> NewSession() {
35 return std::unique_ptr<Session>(NewSession(opts));
84 auto sess = NewSession();
161 auto sess = NewSession();
216 auto sess = NewSession();
239 auto sess = NewSession();
305 auto sess = NewSession();
368 auto sess = NewSession();
    [all...]

Completed in 362 milliseconds