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