Package org.tensorflow.framework
Class RunMetadata.FunctionGraphs.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
- org.tensorflow.framework.RunMetadata.FunctionGraphs.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,RunMetadata.FunctionGraphsOrBuilder
- Enclosing class:
- RunMetadata.FunctionGraphs
public static final class RunMetadata.FunctionGraphs.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder> implements RunMetadata.FunctionGraphsOrBuilder
Protobuf typetensorflow.RunMetadata.FunctionGraphs
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RunMetadata.FunctionGraphs.BuilderaddAllPartitionGraphs(java.lang.Iterable<? extends GraphDef> values)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderaddPartitionGraphs(int index, GraphDef value)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderaddPartitionGraphs(int index, GraphDef.Builder builderForValue)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderaddPartitionGraphs(GraphDef value)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderaddPartitionGraphs(GraphDef.Builder builderForValue)TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.BuilderaddPartitionGraphsBuilder()TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.BuilderaddPartitionGraphsBuilder(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)RunMetadata.FunctionGraphsbuild()RunMetadata.FunctionGraphsbuildPartial()RunMetadata.FunctionGraphs.Builderclear()RunMetadata.FunctionGraphs.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)RunMetadata.FunctionGraphs.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)RunMetadata.FunctionGraphs.BuilderclearPartitionGraphs()TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuilderclearPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.BuilderclearPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphs.Builderclone()RunMetadata.FunctionGraphsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()GraphDefgetPartitionGraphs(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.BuildergetPartitionGraphsBuilder(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<GraphDef.Builder>getPartitionGraphsBuilderList()TODO(nareshmodi): Include some sort of function/cache-key identifier?intgetPartitionGraphsCount()TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<GraphDef>getPartitionGraphsList()TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDefOrBuildergetPartitionGraphsOrBuilder(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?java.util.List<? extends GraphDefOrBuilder>getPartitionGraphsOrBuilderList()TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDefgetPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;GraphDef.BuildergetPostOptimizationGraphBuilder().tensorflow.GraphDef post_optimization_graph = 3;GraphDefOrBuildergetPostOptimizationGraphOrBuilder().tensorflow.GraphDef post_optimization_graph = 3;GraphDefgetPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;GraphDef.BuildergetPreOptimizationGraphBuilder().tensorflow.GraphDef pre_optimization_graph = 2;GraphDefOrBuildergetPreOptimizationGraphOrBuilder().tensorflow.GraphDef pre_optimization_graph = 2;booleanhasPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;booleanhasPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()RunMetadata.FunctionGraphs.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RunMetadata.FunctionGraphs.BuildermergeFrom(com.google.protobuf.Message other)RunMetadata.FunctionGraphs.BuildermergeFrom(RunMetadata.FunctionGraphs other)RunMetadata.FunctionGraphs.BuildermergePostOptimizationGraph(GraphDef value).tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.BuildermergePreOptimizationGraph(GraphDef value).tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphs.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RunMetadata.FunctionGraphs.BuilderremovePartitionGraphs(int index)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)RunMetadata.FunctionGraphs.BuildersetPartitionGraphs(int index, GraphDef value)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuildersetPartitionGraphs(int index, GraphDef.Builder builderForValue)TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.BuildersetPostOptimizationGraph(GraphDef value).tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.BuildersetPostOptimizationGraph(GraphDef.Builder builderForValue).tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.BuildersetPreOptimizationGraph(GraphDef value).tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphs.BuildersetPreOptimizationGraph(GraphDef.Builder builderForValue).tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphs.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)RunMetadata.FunctionGraphs.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
clear
public RunMetadata.FunctionGraphs.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
getDefaultInstanceForType
public RunMetadata.FunctionGraphs getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public RunMetadata.FunctionGraphs build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RunMetadata.FunctionGraphs buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RunMetadata.FunctionGraphs.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
setField
public RunMetadata.FunctionGraphs.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
clearField
public RunMetadata.FunctionGraphs.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
clearOneof
public RunMetadata.FunctionGraphs.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
setRepeatedField
public RunMetadata.FunctionGraphs.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
addRepeatedField
public RunMetadata.FunctionGraphs.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(RunMetadata.FunctionGraphs other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeFrom
public RunMetadata.FunctionGraphs.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RunMetadata.FunctionGraphs.Builder>- Throws:
java.io.IOException
-
getPartitionGraphsList
public java.util.List<GraphDef> getPartitionGraphsList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;- Specified by:
getPartitionGraphsListin interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphsCount
public int getPartitionGraphsCount()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;- Specified by:
getPartitionGraphsCountin interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphs
public GraphDef getPartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;- Specified by:
getPartitionGraphsin interfaceRunMetadata.FunctionGraphsOrBuilder
-
setPartitionGraphs
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;
-
setPartitionGraphs
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;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(GraphDef value)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
addPartitionGraphs
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;
-
addPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addPartitionGraphs(GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
addPartitionGraphs
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;
-
addAllPartitionGraphs
public RunMetadata.FunctionGraphs.Builder addAllPartitionGraphs(java.lang.Iterable<? extends GraphDef> values)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
clearPartitionGraphs
public RunMetadata.FunctionGraphs.Builder clearPartitionGraphs()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
removePartitionGraphs
public RunMetadata.FunctionGraphs.Builder removePartitionGraphs(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
getPartitionGraphsBuilder
public GraphDef.Builder getPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
getPartitionGraphsOrBuilder
public GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;- Specified by:
getPartitionGraphsOrBuilderin interfaceRunMetadata.FunctionGraphsOrBuilder
-
getPartitionGraphsOrBuilderList
public java.util.List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;- Specified by:
getPartitionGraphsOrBuilderListin interfaceRunMetadata.FunctionGraphsOrBuilder
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
addPartitionGraphsBuilder
public GraphDef.Builder addPartitionGraphsBuilder(int index)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
getPartitionGraphsBuilderList
public java.util.List<GraphDef.Builder> getPartitionGraphsBuilderList()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;
-
hasPreOptimizationGraph
public boolean hasPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;- Specified by:
hasPreOptimizationGraphin interfaceRunMetadata.FunctionGraphsOrBuilder- Returns:
- Whether the preOptimizationGraph field is set.
-
getPreOptimizationGraph
public GraphDef getPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;- Specified by:
getPreOptimizationGraphin interfaceRunMetadata.FunctionGraphsOrBuilder- Returns:
- The preOptimizationGraph.
-
setPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph(GraphDef value)
.tensorflow.GraphDef pre_optimization_graph = 2;
-
setPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph(GraphDef.Builder builderForValue)
.tensorflow.GraphDef pre_optimization_graph = 2;
-
mergePreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder mergePreOptimizationGraph(GraphDef value)
.tensorflow.GraphDef pre_optimization_graph = 2;
-
clearPreOptimizationGraph
public RunMetadata.FunctionGraphs.Builder clearPreOptimizationGraph()
.tensorflow.GraphDef pre_optimization_graph = 2;
-
getPreOptimizationGraphBuilder
public GraphDef.Builder getPreOptimizationGraphBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;
-
getPreOptimizationGraphOrBuilder
public GraphDefOrBuilder getPreOptimizationGraphOrBuilder()
.tensorflow.GraphDef pre_optimization_graph = 2;- Specified by:
getPreOptimizationGraphOrBuilderin interfaceRunMetadata.FunctionGraphsOrBuilder
-
hasPostOptimizationGraph
public boolean hasPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;- Specified by:
hasPostOptimizationGraphin interfaceRunMetadata.FunctionGraphsOrBuilder- Returns:
- Whether the postOptimizationGraph field is set.
-
getPostOptimizationGraph
public GraphDef getPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;- Specified by:
getPostOptimizationGraphin interfaceRunMetadata.FunctionGraphsOrBuilder- Returns:
- The postOptimizationGraph.
-
setPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph(GraphDef value)
.tensorflow.GraphDef post_optimization_graph = 3;
-
setPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph(GraphDef.Builder builderForValue)
.tensorflow.GraphDef post_optimization_graph = 3;
-
mergePostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder mergePostOptimizationGraph(GraphDef value)
.tensorflow.GraphDef post_optimization_graph = 3;
-
clearPostOptimizationGraph
public RunMetadata.FunctionGraphs.Builder clearPostOptimizationGraph()
.tensorflow.GraphDef post_optimization_graph = 3;
-
getPostOptimizationGraphBuilder
public GraphDef.Builder getPostOptimizationGraphBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;
-
getPostOptimizationGraphOrBuilder
public GraphDefOrBuilder getPostOptimizationGraphOrBuilder()
.tensorflow.GraphDef post_optimization_graph = 3;- Specified by:
getPostOptimizationGraphOrBuilderin interfaceRunMetadata.FunctionGraphsOrBuilder
-
setUnknownFields
public final RunMetadata.FunctionGraphs.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
mergeUnknownFields
public final RunMetadata.FunctionGraphs.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
-
-