Home
last modified time | relevance | path

Searched defs:SessionOptions (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/public/
H A Dsession_options.h28 struct SessionOptions { struct
30 Env* env;
60 SessionOptions(); argument
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsession.go52 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) {
290 type SessionOptions struct { struct
314 Target string
319 Config []byte
324 func (o *SessionOptions) c() (ret *C.TF_SessionOptions, done func(), err error) {
H A Dsaved_model.go53 func LoadSavedModel(exportDir string, tags []string, options *SessionOptions) (*SavedModel, error) {
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/
H A Dtls_client_boringssl.cc21 SessionImplementation::SessionImplementation(SessionOptions) { in SessionImplementation() argument
35 Result<Session*> Session::Create(const SessionOptions&) { in Create()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsession_options.cc22 SessionOptions::SessionOptions() : env(Env::Default()) {} in SessionOptions() function in tensorflow::SessionOptions
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc270 TEST(CAPI, SessionOptions) { in TEST() argument