| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
RemoteFusedGraphExecute |
Ops.remoteFusedGraphExecute(Iterable<Operand<?>> inputs,
List<Class<?>> Toutputs,
String serializedRemoteFusedGraphExecuteInfo)
Adds an
RemoteFusedGraphExecute operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static RemoteFusedGraphExecute |
RemoteFusedGraphExecute.create(Scope scope,
Iterable<Operand<?>> inputs,
List<Class<?>> Toutputs,
String serializedRemoteFusedGraphExecuteInfo)
Factory method to create a class to wrap a new RemoteFusedGraphExecute operation to the graph.
|
Copyright © 2015–2019. All rights reserved.