Class RunMetadata.FunctionGraphs.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
      • getDefaultInstanceForType

        public RunMetadata.FunctionGraphs getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RunMetadata.FunctionGraphs build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RunMetadata.FunctionGraphs buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public RunMetadata.FunctionGraphs.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                   int index,
                                                                   java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.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:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RunMetadata.FunctionGraphs.Builder>
        Throws:
        java.io.IOException
      • getPartitionGraphsCount

        public int getPartitionGraphsCount()
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
        Specified by:
        getPartitionGraphsCount in interface RunMetadata.FunctionGraphsOrBuilder
      • setPartitionGraphs

        public RunMetadata.FunctionGraphs.Builder setPartitionGraphs​(int index,
                                                                     GraphDef value)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • addPartitionGraphs

        public RunMetadata.FunctionGraphs.Builder addPartitionGraphs​(GraphDef value)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • addPartitionGraphs

        public RunMetadata.FunctionGraphs.Builder addPartitionGraphs​(GraphDef.Builder builderForValue)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.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 .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • clearPartitionGraphs

        public RunMetadata.FunctionGraphs.Builder clearPartitionGraphs()
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • removePartitionGraphs

        public RunMetadata.FunctionGraphs.Builder removePartitionGraphs​(int index)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • getPartitionGraphsBuilder

        public GraphDef.Builder getPartitionGraphsBuilder​(int index)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • addPartitionGraphsBuilder

        public GraphDef.Builder addPartitionGraphsBuilder()
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • addPartitionGraphsBuilder

        public GraphDef.Builder addPartitionGraphsBuilder​(int index)
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • getPartitionGraphsBuilderList

        public java.util.List<GraphDef.Builder> getPartitionGraphsBuilderList()
         TODO(nareshmodi): Include some sort of function/cache-key identifier?
         
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graphs = 1;
      • getPreOptimizationGraphBuilder

        public GraphDef.Builder getPreOptimizationGraphBuilder()
        .org.platanios.tensorflow.proto.GraphDef pre_optimization_graph = 2;
      • clearPostOptimizationGraph

        public RunMetadata.FunctionGraphs.Builder clearPostOptimizationGraph()
        .org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
      • getPostOptimizationGraphBuilder

        public GraphDef.Builder getPostOptimizationGraphBuilder()
        .org.platanios.tensorflow.proto.GraphDef post_optimization_graph = 3;
      • setUnknownFields

        public final RunMetadata.FunctionGraphs.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>
      • mergeUnknownFields

        public final RunMetadata.FunctionGraphs.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunMetadata.FunctionGraphs.Builder>