Interface ScopedAllocatorOptionsOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ScopedAllocatorOptions, ScopedAllocatorOptions.Builder

public interface ScopedAllocatorOptionsOrBuilder extends MessageOrBuilder
  • Method Details

    • getEnableOpList

      List<String> getEnableOpList()
      If present, only perform optimization for these ops.
      
      repeated string enable_op = 1;
      Returns:
      A list containing the enableOp.
    • getEnableOpCount

      int getEnableOpCount()
      If present, only perform optimization for these ops.
      
      repeated string enable_op = 1;
      Returns:
      The count of enableOp.
    • getEnableOp

      String getEnableOp(int index)
      If present, only perform optimization for these ops.
      
      repeated string enable_op = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The enableOp at the given index.
    • getEnableOpBytes

      ByteString getEnableOpBytes(int index)
      If present, only perform optimization for these ops.
      
      repeated string enable_op = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the enableOp at the given index.