Class GraphDefTuple
java.lang.Object
org.tribuo.interop.tensorflow.example.GraphDefTuple
A tuple containing a graph def protobuf along with the relevant operation names.
Will be a record one day.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGraphDefTuple
(org.tensorflow.proto.framework.GraphDef graphDef, String inputName, String outputName) Creates a graphDef record. -
Method Summary
-
Field Details
-
graphDef
public final org.tensorflow.proto.framework.GraphDef graphDefThe graph definition protobuf. -
inputName
Name of the input operation. -
outputName
Name of the output operation.
-
-
Constructor Details