| Package | Description | 
|---|---|
| org.tensorflow.framework | 
| Modifier and Type | Method and Description | 
|---|---|
GraphDef | 
GraphDef.Builder.build()  | 
GraphDef | 
GraphDef.Builder.buildPartial()  | 
static GraphDef | 
GraphDef.getDefaultInstance()  | 
GraphDef | 
GraphDef.getDefaultInstanceForType()  | 
GraphDef | 
GraphDef.Builder.getDefaultInstanceForType()  | 
GraphDef | 
MetaGraphDefOrBuilder.getGraphDef()
 GraphDef. 
 | 
GraphDef | 
MetaGraphDef.getGraphDef()
 GraphDef. 
 | 
GraphDef | 
MetaGraphDef.Builder.getGraphDef()
 GraphDef. 
 | 
GraphDef | 
RunMetadataOrBuilder.getPartitionGraphs(int index)
 Graphs of the partitions executed by executors. 
 | 
GraphDef | 
RunMetadata.getPartitionGraphs(int index)
 Graphs of the partitions executed by executors. 
 | 
GraphDef | 
RunMetadata.Builder.getPartitionGraphs(int index)
 Graphs of the partitions executed by executors. 
 | 
GraphDef | 
RemoteFusedGraphExecuteInfoOrBuilder.getRemoteGraph()
 Definition of remote graph 
 | 
GraphDef | 
RemoteFusedGraphExecuteInfo.getRemoteGraph()
 Definition of remote graph 
 | 
GraphDef | 
RemoteFusedGraphExecuteInfo.Builder.getRemoteGraph()
 Definition of remote graph 
 | 
static GraphDef | 
GraphDef.parseDelimitedFrom(InputStream input)  | 
static GraphDef | 
GraphDef.parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static GraphDef | 
GraphDef.parseFrom(byte[] data)  | 
static GraphDef | 
GraphDef.parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static GraphDef | 
GraphDef.parseFrom(ByteBuffer data)  | 
static GraphDef | 
GraphDef.parseFrom(ByteBuffer data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static GraphDef | 
GraphDef.parseFrom(com.google.protobuf.ByteString data)  | 
static GraphDef | 
GraphDef.parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static GraphDef | 
GraphDef.parseFrom(com.google.protobuf.CodedInputStream input)  | 
static GraphDef | 
GraphDef.parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static GraphDef | 
GraphDef.parseFrom(InputStream input)  | 
static GraphDef | 
GraphDef.parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.protobuf.Parser<GraphDef> | 
GraphDef.getParserForType()  | 
List<GraphDef> | 
RunMetadataOrBuilder.getPartitionGraphsList()
 Graphs of the partitions executed by executors. 
 | 
List<GraphDef> | 
RunMetadata.getPartitionGraphsList()
 Graphs of the partitions executed by executors. 
 | 
List<GraphDef> | 
RunMetadata.Builder.getPartitionGraphsList()
 Graphs of the partitions executed by executors. 
 | 
static com.google.protobuf.Parser<GraphDef> | 
GraphDef.parser()  | 
| Modifier and Type | Method and Description | 
|---|---|
RunMetadata.Builder | 
RunMetadata.Builder.addPartitionGraphs(GraphDef value)
 Graphs of the partitions executed by executors. 
 | 
RunMetadata.Builder | 
RunMetadata.Builder.addPartitionGraphs(int index,
                  GraphDef value)
 Graphs of the partitions executed by executors. 
 | 
GraphDef.Builder | 
GraphDef.Builder.mergeFrom(GraphDef other)  | 
MetaGraphDef.Builder | 
MetaGraphDef.Builder.mergeGraphDef(GraphDef value)
 GraphDef. 
 | 
RemoteFusedGraphExecuteInfo.Builder | 
RemoteFusedGraphExecuteInfo.Builder.mergeRemoteGraph(GraphDef value)
 Definition of remote graph 
 | 
static GraphDef.Builder | 
GraphDef.newBuilder(GraphDef prototype)  | 
MetaGraphDef.Builder | 
MetaGraphDef.Builder.setGraphDef(GraphDef value)
 GraphDef. 
 | 
RunMetadata.Builder | 
RunMetadata.Builder.setPartitionGraphs(int index,
                  GraphDef value)
 Graphs of the partitions executed by executors. 
 | 
RemoteFusedGraphExecuteInfo.Builder | 
RemoteFusedGraphExecuteInfo.Builder.setRemoteGraph(GraphDef value)
 Definition of remote graph 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RunMetadata.Builder | 
RunMetadata.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values)
 Graphs of the partitions executed by executors. 
 | 
Copyright © 2015–2019. All rights reserved.