Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsession.cc62 Session* NewSession(const SessionOptions& options) { in NewSession() function
76 Status NewSession(const SessionOptions& options, Session** out_session) { in NewSession() function
H A Dsession_test.cc50 Status NewSession(const SessionOptions& options, in NewSession() function in tensorflow::__anonc0581cd50111::FakeSessionFactory
H A Ddirect_session.cc171 Status NewSession(const SessionOptions& options, in NewSession() function in tensorflow::DirectSessionFactory
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/profiler/
H A Dprofiler_analysis_pb2_grpc.py69 def NewSession(self, request, context): member in ProfileAnalysisServicer
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofiler_analysis.proto73 rpc NewSession(NewProfileSessionRequest) returns (NewProfileSessionResponse) { rpc
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_session_cache_test.cc49 tsi::SslSessionPtr NewSession(long id) { in NewSession() function in grpc_core::__anon4acee4bc0111::SessionTracker
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/rpc/client/
H A Dcapture_profile.cc161 Status NewSession(absl::string_view repository_root, in NewSession() function
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsession.go52 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_session.cc484 Status NewSession(const SessionOptions& options, in NewSession() function in tensorflow::GrpcSessionFactory
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_grad_test.cc30 std::unique_ptr<Session> NewSession() { in NewSession() function
H A Dmath_grad_test.cc33 std::unique_ptr<Session> NewSession() { in NewSession() function