Uses of Class
org.tensorflow.proto.NodeOutput.Builder
Packages that use NodeOutput.Builder
-
Uses of NodeOutput.Builder in org.tensorflow.proto
Subclasses with type arguments of type NodeOutput.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classOutput sizes recorded for a single execution of a graph node.Methods in org.tensorflow.proto 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.clear()NodeOutput.Builder.clearSlot()int32 slot = 1;NodeOutput.Builder.clearTensorDescription().tensorflow.TensorDescription tensor_description = 3;NodeExecStats.Builder.getOutputBuilder(int index) repeated .tensorflow.NodeOutput output = 7;NodeOutput.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) NodeOutput.Builder.mergeFrom(NodeOutput other) NodeOutput.Builder.mergeTensorDescription(TensorDescription value) .tensorflow.TensorDescription tensor_description = 3;static NodeOutput.BuilderNodeOutput.newBuilder()static NodeOutput.BuilderNodeOutput.newBuilder(NodeOutput prototype) NodeOutput.newBuilderForType()protected NodeOutput.BuilderNodeOutput.newBuilderForType(AbstractMessage.BuilderParent parent) 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;NodeOutput.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type NodeOutput.BuilderModifier and TypeMethodDescriptionNodeExecStats.Builder.getOutputBuilderList()repeated .tensorflow.NodeOutput output = 7;Methods in org.tensorflow.proto 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;