Searched defs:SessionOptions (Results 1 – 5 of 5) sorted by relevance
28 struct SessionOptions { struct30 Env* env;60 SessionOptions(); argument
51 func NewSession(graph *Graph, options *SessionOptions) (*Session, error) {289 type SessionOptions struct { struct313 Target string318 Config []byte323 func (o *SessionOptions) c() (ret *C.TF_SessionOptions, done func(), err error) {
48 func LoadSavedModel(exportDir string, tags []string, options *SessionOptions) (*SavedModel, error) {
22 SessionOptions::SessionOptions() : env(Env::Default()) {} in SessionOptions() function in tensorflow::SessionOptions
264 TEST(CAPI, SessionOptions) { in TEST() argument