Uses of Class
org.tensorflow.framework.NodeOutput.Builder
Packages that use NodeOutput.Builder
-
Uses of NodeOutput.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return NodeOutput.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.addOutputBuilder()repeated .tensorflow.NodeOutput output = 7;NodeExecStats.Builder.addOutputBuilder(int index) repeated .tensorflow.NodeOutput output = 7;NodeOutput.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NodeOutput.Builder.clear()NodeOutput.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NodeOutput.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) NodeOutput.Builder.clearSlot()int32 slot = 1;NodeOutput.Builder.clearTensorDescription().tensorflow.TensorDescription tensor_description = 3;NodeOutput.Builder.clone()NodeExecStats.Builder.getOutputBuilder(int index) repeated .tensorflow.NodeOutput output = 7;NodeOutput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NodeOutput.Builder.mergeFrom(com.google.protobuf.Message other) NodeOutput.Builder.mergeFrom(NodeOutput other) NodeOutput.Builder.mergeTensorDescription(TensorDescription value) .tensorflow.TensorDescription tensor_description = 3;final NodeOutput.BuilderNodeOutput.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static NodeOutput.BuilderNodeOutput.newBuilder()static NodeOutput.BuilderNodeOutput.newBuilder(NodeOutput prototype) NodeOutput.newBuilderForType()protected NodeOutput.BuilderNodeOutput.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) NodeOutput.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) NodeOutput.Builder.setSlot(int value) int32 slot = 1;NodeOutput.Builder.setTensorDescription(TensorDescription value) .tensorflow.TensorDescription tensor_description = 3;NodeOutput.Builder.setTensorDescription(TensorDescription.Builder builderForValue) .tensorflow.TensorDescription tensor_description = 3;final NodeOutput.BuilderNodeOutput.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NodeOutput.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type NodeOutput.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.getOutputBuilderList()repeated .tensorflow.NodeOutput output = 7;Methods in org.tensorflow.framework with parameters of type NodeOutput.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.addOutput(int index, NodeOutput.Builder builderForValue) repeated .tensorflow.NodeOutput output = 7;NodeExecStats.Builder.addOutput(NodeOutput.Builder builderForValue) repeated .tensorflow.NodeOutput output = 7;NodeExecStats.Builder.setOutput(int index, NodeOutput.Builder builderForValue) repeated .tensorflow.NodeOutput output = 7;