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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionGraphDefTuple(org.tensorflow.proto.GraphDef graphDef, String inputName, String outputName) Creates a graphDef record.
- 
Method Summary
- 
Field Details- 
graphDefpublic final org.tensorflow.proto.GraphDef graphDefThe graph definition protobuf.
- 
inputNameName of the input operation.
- 
outputNameName of the output operation.
 
- 
- 
Constructor Details- 
GraphDefTuple
 
-