Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
Modifier and Type | Method and Description |
---|---|
EagerSession |
EagerSession.Options.build()
Builds an eager session with the selected options.
|
static EagerSession |
EagerSession.create()
Returns an
EagerSession configured with default options. |
Copyright © 2015–2019. All rights reserved.