Uses of Class
org.tensorflow.proto.GraphTransferNodeOutputInfo.Builder
Packages that use GraphTransferNodeOutputInfo.Builder
-
Uses of GraphTransferNodeOutputInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphTransferNodeOutputInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.GraphTransferNodeOutputInfoMethods in org.tensorflow.proto that return GraphTransferNodeOutputInfo.BuilderModifier and TypeMethodDescriptionGraphTransferNodeOutputInfo.Builder.addAllMaxByteSize(Iterable<? extends Integer> values) repeated int32 max_byte_size = 2;GraphTransferNodeOutputInfo.Builder.addMaxByteSize(int value) repeated int32 max_byte_size = 2;GraphTransferInfo.Builder.addNodeOutputInfoBuilder()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.Builder.addNodeOutputInfoBuilder(int index) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) GraphTransferNodeOutputInfo.Builder.clear()GraphTransferNodeOutputInfo.Builder.clearField(Descriptors.FieldDescriptor field) GraphTransferNodeOutputInfo.Builder.clearMaxByteSize()repeated int32 max_byte_size = 2;GraphTransferNodeOutputInfo.Builder.clearNodeId()int32 node_id = 1;GraphTransferNodeOutputInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) GraphTransferNodeOutputInfo.Builder.clone()GraphTransferInfo.Builder.getNodeOutputInfoBuilder(int index) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphTransferNodeOutputInfo.Builder.mergeFrom(GraphTransferNodeOutputInfo other) GraphTransferNodeOutputInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) GraphTransferNodeOutputInfo.newBuilder()GraphTransferNodeOutputInfo.newBuilder(GraphTransferNodeOutputInfo prototype) GraphTransferNodeOutputInfo.newBuilderForType()protected GraphTransferNodeOutputInfo.BuilderGraphTransferNodeOutputInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) GraphTransferNodeOutputInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) GraphTransferNodeOutputInfo.Builder.setMaxByteSize(int index, int value) repeated int32 max_byte_size = 2;GraphTransferNodeOutputInfo.Builder.setNodeId(int value) int32 node_id = 1;GraphTransferNodeOutputInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) GraphTransferNodeOutputInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) GraphTransferNodeOutputInfo.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type GraphTransferNodeOutputInfo.BuilderModifier and TypeMethodDescriptionGraphTransferInfo.Builder.getNodeOutputInfoBuilderList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;Methods in org.tensorflow.proto with parameters of type GraphTransferNodeOutputInfo.BuilderModifier and TypeMethodDescriptionGraphTransferInfo.Builder.addNodeOutputInfo(int index, GraphTransferNodeOutputInfo.Builder builderForValue) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.Builder.addNodeOutputInfo(GraphTransferNodeOutputInfo.Builder builderForValue) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferInfo.Builder.setNodeOutputInfo(int index, GraphTransferNodeOutputInfo.Builder builderForValue) repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;