Uses of Class
org.tensorflow.proto.NodeOutput
Packages that use NodeOutput
-
Uses of NodeOutput in org.tensorflow.proto
Methods in org.tensorflow.proto that return NodeOutputModifier and TypeMethodDescriptionNodeOutput.Builder.build()NodeOutput.Builder.buildPartial()static NodeOutputNodeOutput.getDefaultInstance()NodeOutput.Builder.getDefaultInstanceForType()NodeOutput.getDefaultInstanceForType()NodeExecStats.Builder.getOutput(int index) repeated .tensorflow.NodeOutput output = 7;NodeExecStats.getOutput(int index) repeated .tensorflow.NodeOutput output = 7;NodeExecStatsOrBuilder.getOutput(int index) repeated .tensorflow.NodeOutput output = 7;static NodeOutputNodeOutput.parseDelimitedFrom(InputStream input) static NodeOutputNodeOutput.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(byte[] data) static NodeOutputNodeOutput.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(ByteString data) static NodeOutputNodeOutput.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(CodedInputStream input) static NodeOutputNodeOutput.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(InputStream input) static NodeOutputNodeOutput.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(ByteBuffer data) static NodeOutputNodeOutput.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type NodeOutputModifier and TypeMethodDescriptionNodeExecStats.Builder.getOutputList()repeated .tensorflow.NodeOutput output = 7;NodeExecStats.getOutputList()repeated .tensorflow.NodeOutput output = 7;NodeExecStatsOrBuilder.getOutputList()repeated .tensorflow.NodeOutput output = 7;NodeOutput.getParserForType()static Parser<NodeOutput> NodeOutput.parser()Methods in org.tensorflow.proto with parameters of type NodeOutputModifier and TypeMethodDescriptionNodeExecStats.Builder.addOutput(int index, NodeOutput value) repeated .tensorflow.NodeOutput output = 7;NodeExecStats.Builder.addOutput(NodeOutput value) repeated .tensorflow.NodeOutput output = 7;NodeOutput.Builder.mergeFrom(NodeOutput other) static NodeOutput.BuilderNodeOutput.newBuilder(NodeOutput prototype) NodeExecStats.Builder.setOutput(int index, NodeOutput value) repeated .tensorflow.NodeOutput output = 7;Method parameters in org.tensorflow.proto with type arguments of type NodeOutputModifier and TypeMethodDescriptionNodeExecStats.Builder.addAllOutput(Iterable<? extends NodeOutput> values) repeated .tensorflow.NodeOutput output = 7;