Uses of Class
org.tensorflow.proto.GraphTransferNodeOutputInfo
Packages that use GraphTransferNodeOutputInfo
-
Uses of GraphTransferNodeOutputInfo in org.tensorflow.proto
Methods in org.tensorflow.proto that return GraphTransferNodeOutputInfoModifier and TypeMethodDescriptionGraphTransferNodeOutputInfo.Builder.build()GraphTransferNodeOutputInfo.Builder.buildPartial()static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.getDefaultInstance()GraphTransferNodeOutputInfo.Builder.getDefaultInstanceForType()GraphTransferNodeOutputInfo.getDefaultInstanceForType()GraphTransferInfo.Builder.getNodeOutputInfo(int index) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.getNodeOutputInfo(int index) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfoOrBuilder.getNodeOutputInfo(int index) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseDelimitedFrom(InputStream input) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(byte[] data) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(ByteString data) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(CodedInputStream input) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(InputStream input) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(ByteBuffer data) static GraphTransferNodeOutputInfoGraphTransferNodeOutputInfo.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type GraphTransferNodeOutputInfoModifier and TypeMethodDescriptionGraphTransferInfo.Builder.getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfoOrBuilder.getNodeOutputInfoList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfo.getParserForType()static Parser<GraphTransferNodeOutputInfo> GraphTransferNodeOutputInfo.parser()Methods in org.tensorflow.proto with parameters of type GraphTransferNodeOutputInfoModifier and TypeMethodDescriptionGraphTransferInfo.Builder.addNodeOutputInfo(int index, GraphTransferNodeOutputInfo value) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.Builder.addNodeOutputInfo(GraphTransferNodeOutputInfo value) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfo.Builder.mergeFrom(GraphTransferNodeOutputInfo other) GraphTransferNodeOutputInfo.newBuilder(GraphTransferNodeOutputInfo prototype) GraphTransferInfo.Builder.setNodeOutputInfo(int index, GraphTransferNodeOutputInfo value) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;Method parameters in org.tensorflow.proto with type arguments of type GraphTransferNodeOutputInfoModifier and TypeMethodDescriptionGraphTransferInfo.Builder.addAllNodeOutputInfo(Iterable<? extends GraphTransferNodeOutputInfo> values) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;