Uses of Class
org.tensorflow.framework.NodeOutput
Packages that use NodeOutput
-
Uses of NodeOutput in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(byte[] data) static NodeOutputNodeOutput.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(com.google.protobuf.ByteString data) static NodeOutputNodeOutput.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(com.google.protobuf.CodedInputStream input) static NodeOutputNodeOutput.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(InputStream input) static NodeOutputNodeOutput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NodeOutputNodeOutput.parseFrom(ByteBuffer data) static NodeOutputNodeOutput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework 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;com.google.protobuf.Parser<NodeOutput> NodeOutput.getParserForType()static com.google.protobuf.Parser<NodeOutput> NodeOutput.parser()Methods in org.tensorflow.framework 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.framework with type arguments of type NodeOutputModifier and TypeMethodDescriptionNodeExecStats.Builder.addAllOutput(Iterable<? extends NodeOutput> values) repeated .tensorflow.NodeOutput output = 7;