Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
RunMetadata.Builder |
RunMetadata.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addPartitionGraphs(GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addPartitionGraphs(GraphDef value)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addPartitionGraphs(int index,
GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addPartitionGraphs(int index,
GraphDef value)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunMetadata.Builder |
RunMetadata.Builder.clear() |
RunMetadata.Builder |
RunMetadata.Builder.clearCostGraph()
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RunMetadata.Builder |
RunMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RunMetadata.Builder |
RunMetadata.Builder.clearPartitionGraphs()
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.clearStepStats()
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.clone() |
RunMetadata.Builder |
RunMetadata.Builder.mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunMetadata.Builder |
RunMetadata.Builder.mergeFrom(com.google.protobuf.Message other) |
RunMetadata.Builder |
RunMetadata.Builder.mergeFrom(RunMetadata other) |
RunMetadata.Builder |
RunMetadata.Builder.mergeStepStats(StepStats value)
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RunMetadata.Builder |
RunMetadata.newBuilder() |
static RunMetadata.Builder |
RunMetadata.newBuilder(RunMetadata prototype) |
RunMetadata.Builder |
RunMetadata.newBuilderForType() |
protected RunMetadata.Builder |
RunMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RunMetadata.Builder |
RunMetadata.Builder.removePartitionGraphs(int index)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setCostGraph(CostGraphDef.Builder builderForValue)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.setCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunMetadata.Builder |
RunMetadata.Builder.setPartitionGraphs(int index,
GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setPartitionGraphs(int index,
GraphDef value)
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunMetadata.Builder |
RunMetadata.Builder.setStepStats(StepStats.Builder builderForValue)
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.setStepStats(StepStats value)
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RunMetadata.Builder |
RunMetadata.toBuilder() |
Copyright © 2015–2019. All rights reserved.