Protobuf type tensorflow.RunMetadata.FunctionGraphs
Public Methods
RunMetadata.FunctionGraphs.Builder |
addAllPartitionGraphs(Iterable<? extends GraphDef> values)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
addPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
addPartitionGraphs(GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
addPartitionGraphs(GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
addPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDef.Builder |
addPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDef.Builder |
addPartitionGraphsBuilder()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
RunMetadata.FunctionGraphs |
build()
|
RunMetadata.FunctionGraphs | |
RunMetadata.FunctionGraphs.Builder |
clear()
|
RunMetadata.FunctionGraphs.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
RunMetadata.FunctionGraphs.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
RunMetadata.FunctionGraphs.Builder |
clearPartitionGraphs()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
clearPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
RunMetadata.FunctionGraphs.Builder |
clearPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
RunMetadata.FunctionGraphs.Builder |
clone()
|
RunMetadata.FunctionGraphs | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
GraphDef |
getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDef.Builder |
getPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
List<GraphDef.Builder> |
getPartitionGraphsBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
int |
getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
List<GraphDef> |
getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDefOrBuilder |
getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
List<? extends GraphDefOrBuilder> |
getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
GraphDef |
getPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
GraphDef.Builder |
getPostOptimizationGraphBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
|
GraphDefOrBuilder |
getPostOptimizationGraphOrBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
|
GraphDef |
getPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
GraphDef.Builder |
getPreOptimizationGraphBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
GraphDefOrBuilder |
getPreOptimizationGraphOrBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
boolean |
hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
|
boolean |
hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
|
final boolean | |
RunMetadata.FunctionGraphs.Builder |
mergeFrom(com.google.protobuf.Message other)
|
RunMetadata.FunctionGraphs.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
RunMetadata.FunctionGraphs.Builder | |
RunMetadata.FunctionGraphs.Builder | |
final RunMetadata.FunctionGraphs.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
RunMetadata.FunctionGraphs.Builder |
removePartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
RunMetadata.FunctionGraphs.Builder |
setPartitionGraphs(int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder |
setPartitionGraphs(int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1;
|
RunMetadata.FunctionGraphs.Builder | |
RunMetadata.FunctionGraphs.Builder |
setPostOptimizationGraph(GraphDef.Builder builderForValue)
.tensorflow.GraphDef post_optimization_graph = 3;
|
RunMetadata.FunctionGraphs.Builder | |
RunMetadata.FunctionGraphs.Builder |
setPreOptimizationGraph(GraphDef.Builder builderForValue)
.tensorflow.GraphDef pre_optimization_graph = 2;
|
RunMetadata.FunctionGraphs.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final RunMetadata.FunctionGraphs.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public RunMetadata.FunctionGraphs.Builder addAllPartitionGraphs (Iterable<? extends GraphDef> values)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDef.Builder addPartitionGraphsBuilder (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDef.Builder addPartitionGraphsBuilder ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public RunMetadata.FunctionGraphs.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public RunMetadata.FunctionGraphs.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public RunMetadata.FunctionGraphs.Builder clearPartitionGraphs ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder clearPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder clearPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public GraphDef getPartitionGraphs (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDef.Builder getPartitionGraphsBuilder (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public List<GraphDef.Builder> getPartitionGraphsBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public int getPartitionGraphsCount ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public List<GraphDef> getPartitionGraphsList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDefOrBuilder getPartitionGraphsOrBuilder (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public GraphDef.Builder getPostOptimizationGraphBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public GraphDef.Builder getPreOptimizationGraphBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public boolean hasPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public boolean hasPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public final boolean isInitialized ()
public RunMetadata.FunctionGraphs.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public RunMetadata.FunctionGraphs.Builder mergePostOptimizationGraph (GraphDef value)
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder mergePreOptimizationGraph (GraphDef value)
.tensorflow.GraphDef pre_optimization_graph = 2;
public final RunMetadata.FunctionGraphs.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public RunMetadata.FunctionGraphs.Builder removePartitionGraphs (int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public RunMetadata.FunctionGraphs.Builder setPartitionGraphs (int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder setPartitionGraphs (int index, GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph (GraphDef value)
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph (GraphDef.Builder builderForValue)
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph (GraphDef value)
.tensorflow.GraphDef pre_optimization_graph = 2;
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph (GraphDef.Builder builderForValue)
.tensorflow.GraphDef pre_optimization_graph = 2;