Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
CostGraphDef |
CostGraphDef.Builder.build() |
CostGraphDef |
CostGraphDef.Builder.buildPartial() |
CostGraphDef |
RunMetadataOrBuilder.getCostGraph()
The cost graph for the computation defined by the run call.
|
CostGraphDef |
RunMetadata.getCostGraph()
The cost graph for the computation defined by the run call.
|
CostGraphDef |
RunMetadata.Builder.getCostGraph()
The cost graph for the computation defined by the run call.
|
static CostGraphDef |
CostGraphDef.getDefaultInstance() |
CostGraphDef |
CostGraphDef.getDefaultInstanceForType() |
CostGraphDef |
CostGraphDef.Builder.getDefaultInstanceForType() |
static CostGraphDef |
CostGraphDef.parseDelimitedFrom(InputStream input) |
static CostGraphDef |
CostGraphDef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CostGraphDef |
CostGraphDef.parseFrom(byte[] data) |
static CostGraphDef |
CostGraphDef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CostGraphDef |
CostGraphDef.parseFrom(ByteBuffer data) |
static CostGraphDef |
CostGraphDef.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CostGraphDef |
CostGraphDef.parseFrom(com.google.protobuf.ByteString data) |
static CostGraphDef |
CostGraphDef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CostGraphDef |
CostGraphDef.parseFrom(com.google.protobuf.CodedInputStream input) |
static CostGraphDef |
CostGraphDef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CostGraphDef |
CostGraphDef.parseFrom(InputStream input) |
static CostGraphDef |
CostGraphDef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CostGraphDef> |
CostGraphDef.getParserForType() |
static com.google.protobuf.Parser<CostGraphDef> |
CostGraphDef.parser() |
Modifier and Type | Method and Description |
---|---|
RunMetadata.Builder |
RunMetadata.Builder.mergeCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
CostGraphDef.Builder |
CostGraphDef.Builder.mergeFrom(CostGraphDef other) |
static CostGraphDef.Builder |
CostGraphDef.newBuilder(CostGraphDef prototype) |
RunMetadata.Builder |
RunMetadata.Builder.setCostGraph(CostGraphDef value)
The cost graph for the computation defined by the run call.
|
Copyright © 2015–2017. All rights reserved.