Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
StepStats |
StepStats.Builder.build() |
StepStats |
StepStats.Builder.buildPartial() |
static StepStats |
StepStats.getDefaultInstance() |
StepStats |
StepStats.getDefaultInstanceForType() |
StepStats |
StepStats.Builder.getDefaultInstanceForType() |
StepStats |
RunMetadataOrBuilder.getStepStats()
Statistics traced for this step.
|
StepStats |
RunMetadata.getStepStats()
Statistics traced for this step.
|
StepStats |
RunMetadata.Builder.getStepStats()
Statistics traced for this step.
|
static StepStats |
StepStats.parseDelimitedFrom(InputStream input) |
static StepStats |
StepStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepStats |
StepStats.parseFrom(byte[] data) |
static StepStats |
StepStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepStats |
StepStats.parseFrom(ByteBuffer data) |
static StepStats |
StepStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepStats |
StepStats.parseFrom(com.google.protobuf.ByteString data) |
static StepStats |
StepStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepStats |
StepStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static StepStats |
StepStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StepStats |
StepStats.parseFrom(InputStream input) |
static StepStats |
StepStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<StepStats> |
StepStats.getParserForType() |
static com.google.protobuf.Parser<StepStats> |
StepStats.parser() |
Modifier and Type | Method and Description |
---|---|
StepStats.Builder |
StepStats.Builder.mergeFrom(StepStats other) |
RunMetadata.Builder |
RunMetadata.Builder.mergeStepStats(StepStats value)
Statistics traced for this step.
|
static StepStats.Builder |
StepStats.newBuilder(StepStats prototype) |
RunMetadata.Builder |
RunMetadata.Builder.setStepStats(StepStats value)
Statistics traced for this step.
|
Copyright © 2015–2018. All rights reserved.