Uses of Interface
org.tensorflow.framework.GraphTransferGraphOutputNodeInfoOrBuilder
-
Packages that use GraphTransferGraphOutputNodeInfoOrBuilder Package Description org.tensorflow.framework -
-
Uses of GraphTransferGraphOutputNodeInfoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement GraphTransferGraphOutputNodeInfoOrBuilder Modifier and Type Class Description class
GraphTransferGraphOutputNodeInfo
Protobuf typetensorflow.GraphTransferGraphOutputNodeInfo
static class
GraphTransferGraphOutputNodeInfo.Builder
Protobuf typetensorflow.GraphTransferGraphOutputNodeInfo
Methods in org.tensorflow.framework that return GraphTransferGraphOutputNodeInfoOrBuilder Modifier and Type Method Description GraphTransferGraphOutputNodeInfoOrBuilder
GraphTransferInfo.Builder. getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
GraphTransferGraphOutputNodeInfoOrBuilder
GraphTransferInfo. getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
GraphTransferGraphOutputNodeInfoOrBuilder
GraphTransferInfoOrBuilder. getGraphOutputNodeInfoOrBuilder(int index)
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
Methods in org.tensorflow.framework that return types with arguments of type GraphTransferGraphOutputNodeInfoOrBuilder Modifier and Type Method Description List<? extends GraphTransferGraphOutputNodeInfoOrBuilder>
GraphTransferInfo.Builder. getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
List<? extends GraphTransferGraphOutputNodeInfoOrBuilder>
GraphTransferInfo. getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
List<? extends GraphTransferGraphOutputNodeInfoOrBuilder>
GraphTransferInfoOrBuilder. getGraphOutputNodeInfoOrBuilderList()
repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
-