Searched defs:SessionOptions (Results 1 – 6 of 6) sorted by relevance
28 struct SessionOptions { struct30 Env* env;60 SessionOptions(); argument
52 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) {290 type SessionOptions struct { struct314 Target string319 Config []byte324 func (o *SessionOptions) c() (ret *C.TF_SessionOptions, done func(), err error) {
53 func LoadSavedModel(exportDir string, tags []string, options *SessionOptions) (*SavedModel, error) {
21 SessionImplementation::SessionImplementation(SessionOptions) { in SessionImplementation() argument35 Result<Session*> Session::Create(const SessionOptions&) { in Create()
22 SessionOptions::SessionOptions() : env(Env::Default()) {} in SessionOptions() function in tensorflow::SessionOptions
270 TEST(CAPI, SessionOptions) { in TEST() argument