| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Session |
tensorflow.NewSession(tensorflow.SessionOptions options)
\brief Create a new session with the given options.
|
tensorflow.Session |
tensorflow.TF_DeprecatedSession.session() |
tensorflow.Session |
tensorflow.TF_Session.session() |
tensorflow.Session |
tensorflow.SavedModelBundle.session() |
| Modifier and Type | Method and Description |
|---|---|
static tensorflow.Status |
tensorflow.NewSession(tensorflow.SessionOptions options,
tensorflow.Session out_session) |
tensorflow.TF_DeprecatedSession |
tensorflow.TF_DeprecatedSession.session(tensorflow.Session session) |
tensorflow.TF_Session |
tensorflow.TF_Session.session(tensorflow.Session session) |
| Constructor and Description |
|---|
TF_Session(tensorflow.Session s,
tensorflow.TF_Graph g) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
tensorflow.AbstractSession.DeleteDeallocator |
| Modifier and Type | Method and Description |
|---|---|
static void |
tensorflow.AbstractSession.delete(tensorflow.Session session) |
Copyright © 2019. All rights reserved.