Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
NodeOutput |
NodeOutput.Builder.build() |
NodeOutput |
NodeOutput.Builder.buildPartial() |
static NodeOutput |
NodeOutput.getDefaultInstance() |
NodeOutput |
NodeOutput.getDefaultInstanceForType() |
NodeOutput |
NodeOutput.Builder.getDefaultInstanceForType() |
NodeOutput |
NodeExecStatsOrBuilder.getOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput |
NodeExecStats.getOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput |
NodeExecStats.Builder.getOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
static NodeOutput |
NodeOutput.parseDelimitedFrom(InputStream input) |
static NodeOutput |
NodeOutput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeOutput |
NodeOutput.parseFrom(byte[] data) |
static NodeOutput |
NodeOutput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeOutput |
NodeOutput.parseFrom(com.google.protobuf.ByteString data) |
static NodeOutput |
NodeOutput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeOutput |
NodeOutput.parseFrom(com.google.protobuf.CodedInputStream input) |
static NodeOutput |
NodeOutput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeOutput |
NodeOutput.parseFrom(InputStream input) |
static NodeOutput |
NodeOutput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<NodeOutput> |
NodeExecStatsOrBuilder.getOutputList()
repeated .tensorflow.NodeOutput output = 7; |
List<NodeOutput> |
NodeExecStats.getOutputList()
repeated .tensorflow.NodeOutput output = 7; |
List<NodeOutput> |
NodeExecStats.Builder.getOutputList()
repeated .tensorflow.NodeOutput output = 7; |
com.google.protobuf.Parser<NodeOutput> |
NodeOutput.getParserForType() |
static com.google.protobuf.Parser<NodeOutput> |
NodeOutput.parser() |
Modifier and Type | Method and Description |
---|---|
NodeExecStats.Builder |
NodeExecStats.Builder.addOutput(int index,
NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
NodeExecStats.Builder.addOutput(NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput.Builder |
NodeOutput.Builder.mergeFrom(NodeOutput other) |
static NodeOutput.Builder |
NodeOutput.newBuilder(NodeOutput prototype) |
NodeExecStats.Builder |
NodeExecStats.Builder.setOutput(int index,
NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
Modifier and Type | Method and Description |
---|---|
NodeExecStats.Builder |
NodeExecStats.Builder.addAllOutput(Iterable<? extends NodeOutput> values)
repeated .tensorflow.NodeOutput output = 7; |
Copyright © 2015–2017. All rights reserved.