Uses of Class
org.tensorflow.framework.GraphTransferConstNodeInfo
-
Packages that use GraphTransferConstNodeInfo Package Description org.tensorflow.framework -
-
Uses of GraphTransferConstNodeInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferConstNodeInfoGraphTransferConstNodeInfo.Builder. build()GraphTransferConstNodeInfoGraphTransferConstNodeInfo.Builder. buildPartial()GraphTransferConstNodeInfoGraphTransferInfo.Builder. getConstNodeInfo(int index)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;GraphTransferConstNodeInfoGraphTransferInfo. getConstNodeInfo(int index)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;GraphTransferConstNodeInfoGraphTransferInfoOrBuilder. getConstNodeInfo(int index)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. getDefaultInstance()GraphTransferConstNodeInfoGraphTransferConstNodeInfo.Builder. getDefaultInstanceForType()GraphTransferConstNodeInfoGraphTransferConstNodeInfo. getDefaultInstanceForType()static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseDelimitedFrom(InputStream input)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(byte[] data)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(InputStream input)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(ByteBuffer data)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static GraphTransferConstNodeInfoGraphTransferConstNodeInfo. 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 GraphTransferConstNodeInfo Modifier and Type Method Description List<GraphTransferConstNodeInfo>GraphTransferInfo.Builder. getConstNodeInfoList()repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;List<GraphTransferConstNodeInfo>GraphTransferInfo. getConstNodeInfoList()repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;List<GraphTransferConstNodeInfo>GraphTransferInfoOrBuilder. getConstNodeInfoList()repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;org.nd4j.shade.protobuf.Parser<GraphTransferConstNodeInfo>GraphTransferConstNodeInfo. getParserForType()static org.nd4j.shade.protobuf.Parser<GraphTransferConstNodeInfo>GraphTransferConstNodeInfo. parser()Methods in org.tensorflow.framework with parameters of type GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addConstNodeInfo(int index, GraphTransferConstNodeInfo value)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;GraphTransferInfo.BuilderGraphTransferInfo.Builder. addConstNodeInfo(GraphTransferConstNodeInfo value)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;GraphTransferConstNodeInfo.BuilderGraphTransferConstNodeInfo.Builder. mergeFrom(GraphTransferConstNodeInfo other)static GraphTransferConstNodeInfo.BuilderGraphTransferConstNodeInfo. newBuilder(GraphTransferConstNodeInfo prototype)GraphTransferInfo.BuilderGraphTransferInfo.Builder. setConstNodeInfo(int index, GraphTransferConstNodeInfo value)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;Method parameters in org.tensorflow.framework with type arguments of type GraphTransferConstNodeInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addAllConstNodeInfo(Iterable<? extends GraphTransferConstNodeInfo> values)repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
-