public final class GraphDefTuple extends Object
Will be a record one day.
Modifier and Type | Field and Description |
---|---|
org.tensorflow.proto.framework.GraphDef |
graphDef |
String |
inputName |
String |
outputName |
Constructor and Description |
---|
GraphDefTuple(org.tensorflow.proto.framework.GraphDef graphDef,
String inputName,
String outputName)
Creates a graphDef record.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.