Uses of Class
org.tensorflow.framework.GraphTransferGraphOutputNodeInfo
-
Packages that use GraphTransferGraphOutputNodeInfo Package Description org.tensorflow.framework -
-
Uses of GraphTransferGraphOutputNodeInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphTransferGraphOutputNodeInfo Modifier and Type Method Description GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo.Builder. build()GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo.Builder. buildPartial()static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. getDefaultInstance()GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo.Builder. getDefaultInstanceForType()GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. getDefaultInstanceForType()GraphTransferGraphOutputNodeInfoGraphTransferInfo.Builder. getGraphOutputNodeInfo(int index)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;GraphTransferGraphOutputNodeInfoGraphTransferInfo. getGraphOutputNodeInfo(int index)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;GraphTransferGraphOutputNodeInfoGraphTransferInfoOrBuilder. getGraphOutputNodeInfo(int index)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseDelimitedFrom(InputStream input)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(byte[] data)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(InputStream input)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(ByteBuffer data)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static GraphTransferGraphOutputNodeInfoGraphTransferGraphOutputNodeInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type GraphTransferGraphOutputNodeInfo Modifier and Type Method Description List<GraphTransferGraphOutputNodeInfo>GraphTransferInfo.Builder. getGraphOutputNodeInfoList()repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;List<GraphTransferGraphOutputNodeInfo>GraphTransferInfo. getGraphOutputNodeInfoList()repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;List<GraphTransferGraphOutputNodeInfo>GraphTransferInfoOrBuilder. getGraphOutputNodeInfoList()repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;org.nd4j.shade.protobuf.Parser<GraphTransferGraphOutputNodeInfo>GraphTransferGraphOutputNodeInfo. getParserForType()static org.nd4j.shade.protobuf.Parser<GraphTransferGraphOutputNodeInfo>GraphTransferGraphOutputNodeInfo. parser()Methods in org.tensorflow.framework with parameters of type GraphTransferGraphOutputNodeInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addGraphOutputNodeInfo(int index, GraphTransferGraphOutputNodeInfo value)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;GraphTransferInfo.BuilderGraphTransferInfo.Builder. addGraphOutputNodeInfo(GraphTransferGraphOutputNodeInfo value)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;GraphTransferGraphOutputNodeInfo.BuilderGraphTransferGraphOutputNodeInfo.Builder. mergeFrom(GraphTransferGraphOutputNodeInfo other)static GraphTransferGraphOutputNodeInfo.BuilderGraphTransferGraphOutputNodeInfo. newBuilder(GraphTransferGraphOutputNodeInfo prototype)GraphTransferInfo.BuilderGraphTransferInfo.Builder. setGraphOutputNodeInfo(int index, GraphTransferGraphOutputNodeInfo value)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;Method parameters in org.tensorflow.framework with type arguments of type GraphTransferGraphOutputNodeInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addAllGraphOutputNodeInfo(Iterable<? extends GraphTransferGraphOutputNodeInfo> values)repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
-