RunMetadata.Builder |
RunMetadata.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values) |
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.addPartitionGraphs(int index,
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(GraphDef.Builder builderForValue) |
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.addRepeatedField(org.nd4j.shade.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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
RunMetadata.Builder |
RunMetadata.Builder.clearOneof(org.nd4j.shade.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(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RunMetadata.Builder |
RunMetadata.Builder.mergeFrom(org.nd4j.shade.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(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static RunMetadata.Builder |
RunMetadata.newBuilder() |
|
static RunMetadata.Builder |
RunMetadata.newBuilder(RunMetadata prototype) |
|
RunMetadata.Builder |
RunMetadata.newBuilderForType() |
|
protected RunMetadata.Builder |
RunMetadata.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
RunMetadata.Builder |
RunMetadata.Builder.removePartitionGraphs(int index) |
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setCostGraph(CostGraphDef value) |
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.setCostGraph(CostGraphDef.Builder builderForValue) |
The cost graph for the computation defined by the run call.
|
RunMetadata.Builder |
RunMetadata.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
RunMetadata.Builder |
RunMetadata.Builder.setPartitionGraphs(int index,
GraphDef value) |
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setPartitionGraphs(int index,
GraphDef.Builder builderForValue) |
Graphs of the partitions executed by executors.
|
RunMetadata.Builder |
RunMetadata.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
RunMetadata.Builder |
RunMetadata.Builder.setStepStats(StepStats value) |
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.setStepStats(StepStats.Builder builderForValue) |
Statistics traced for this step.
|
RunMetadata.Builder |
RunMetadata.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
RunMetadata.Builder |
RunMetadata.toBuilder() |
|