| Package | Description |
|---|---|
| org.tensorflow.proto.util |
| Modifier and Type | Method and Description |
|---|---|
GraphExecutionTrace |
GraphExecutionTrace.Builder.build() |
GraphExecutionTrace |
GraphExecutionTrace.Builder.buildPartial() |
static GraphExecutionTrace |
GraphExecutionTrace.getDefaultInstance() |
GraphExecutionTrace |
GraphExecutionTrace.getDefaultInstanceForType() |
GraphExecutionTrace |
GraphExecutionTrace.Builder.getDefaultInstanceForType() |
GraphExecutionTrace |
DebugEventOrBuilder.getGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate
tensors computed during the graph execution.
|
GraphExecutionTrace |
DebugEvent.getGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate
tensors computed during the graph execution.
|
GraphExecutionTrace |
DebugEvent.Builder.getGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate
tensors computed during the graph execution.
|
static GraphExecutionTrace |
GraphExecutionTrace.parseDelimitedFrom(InputStream input) |
static GraphExecutionTrace |
GraphExecutionTrace.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(byte[] data) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(ByteBuffer data) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(com.google.protobuf.ByteString data) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(InputStream input) |
static GraphExecutionTrace |
GraphExecutionTrace.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GraphExecutionTrace> |
GraphExecutionTrace.getParserForType() |
static com.google.protobuf.Parser<GraphExecutionTrace> |
GraphExecutionTrace.parser() |
| Modifier and Type | Method and Description |
|---|---|
GraphExecutionTrace.Builder |
GraphExecutionTrace.Builder.mergeFrom(GraphExecutionTrace other) |
DebugEvent.Builder |
DebugEvent.Builder.mergeGraphExecutionTrace(GraphExecutionTrace value)
A graph execution trace: Contains information about the intermediate
tensors computed during the graph execution.
|
static GraphExecutionTrace.Builder |
GraphExecutionTrace.newBuilder(GraphExecutionTrace prototype) |
DebugEvent.Builder |
DebugEvent.Builder.setGraphExecutionTrace(GraphExecutionTrace value)
A graph execution trace: Contains information about the intermediate
tensors computed during the graph execution.
|
Copyright © 2015–2022. All rights reserved.