Uses of Class
org.tensorflow.framework.GraphTransferNodeOutputInfo
-
Packages that use GraphTransferNodeOutputInfo Package Description org.tensorflow.framework -
-
Uses of GraphTransferNodeOutputInfo in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphTransferNodeOutputInfo Modifier and Type Method Description GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.Builder. build()GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.Builder. buildPartial()static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. getDefaultInstance()GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.Builder. getDefaultInstanceForType()GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. getDefaultInstanceForType()GraphTransferNodeOutputInfoGraphTransferInfo.Builder. getNodeOutputInfo(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfoGraphTransferInfo. getNodeOutputInfo(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfoGraphTransferInfoOrBuilder. getNodeOutputInfo(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseDelimitedFrom(InputStream input)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(byte[] data)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(InputStream input)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(ByteBuffer data)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo. 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 GraphTransferNodeOutputInfo Modifier and Type Method Description List<GraphTransferNodeOutputInfo>GraphTransferInfo.Builder. getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;List<GraphTransferNodeOutputInfo>GraphTransferInfo. getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;List<GraphTransferNodeOutputInfo>GraphTransferInfoOrBuilder. getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;org.nd4j.shade.protobuf.Parser<GraphTransferNodeOutputInfo>GraphTransferNodeOutputInfo. getParserForType()static org.nd4j.shade.protobuf.Parser<GraphTransferNodeOutputInfo>GraphTransferNodeOutputInfo. parser()Methods in org.tensorflow.framework with parameters of type GraphTransferNodeOutputInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addNodeOutputInfo(int index, GraphTransferNodeOutputInfo value)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.BuilderGraphTransferInfo.Builder. addNodeOutputInfo(GraphTransferNodeOutputInfo value)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfo.BuilderGraphTransferNodeOutputInfo.Builder. mergeFrom(GraphTransferNodeOutputInfo other)static GraphTransferNodeOutputInfo.BuilderGraphTransferNodeOutputInfo. newBuilder(GraphTransferNodeOutputInfo prototype)GraphTransferInfo.BuilderGraphTransferInfo.Builder. setNodeOutputInfo(int index, GraphTransferNodeOutputInfo value)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;Method parameters in org.tensorflow.framework with type arguments of type GraphTransferNodeOutputInfo Modifier and Type Method Description GraphTransferInfo.BuilderGraphTransferInfo.Builder. addAllNodeOutputInfo(Iterable<? extends GraphTransferNodeOutputInfo> values)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
-