Package | Description |
---|---|
org.tensorflow.op |
Modifier and Type | Method and Description |
---|---|
static Ops |
Ops.create(Graph graph)
Creates an API for adding operations to the provided
graph |
Ops |
Ops.withName(String opName)
Returns an API that uses the provided name for an op.
|
Ops |
Ops.withSubScope(String childScopeName)
Returns an API that adds operations to the graph with the provided name prefix.
|
Copyright © 2015–2019. All rights reserved.