Package inference

Interface ModelConfigOuterClass.ModelOptimizationPolicy.Cuda.GraphSpec.ShapeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelConfigOuterClass.ModelOptimizationPolicy.Cuda.GraphSpec.Shape, ModelConfigOuterClass.ModelOptimizationPolicy.Cuda.GraphSpec.Shape.Builder
Enclosing class:
ModelConfigOuterClass.ModelOptimizationPolicy.Cuda.GraphSpec

public static interface ModelConfigOuterClass.ModelOptimizationPolicy.Cuda.GraphSpec.ShapeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getDim(int index)
    @@ ..
    int
    @@ ..
    @@ ..

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDimList

      List<Long> getDimList()
      @@        .. cpp:var:: int64 dim (repeated)
      @@
      @@           The dimension.
      @@
       
      repeated int64 dim = 1;
      Returns:
      A list containing the dim.
    • getDimCount

      int getDimCount()
      @@        .. cpp:var:: int64 dim (repeated)
      @@
      @@           The dimension.
      @@
       
      repeated int64 dim = 1;
      Returns:
      The count of dim.
    • getDim

      long getDim(int index)
      @@        .. cpp:var:: int64 dim (repeated)
      @@
      @@           The dimension.
      @@
       
      repeated int64 dim = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The dim at the given index.