public interface
ScopedAllocatorOptionsOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getEnableOp(int index)
If present, only perform optimization for these ops. |
abstract com.google.protobuf.ByteString |
getEnableOpBytes(int index)
If present, only perform optimization for these ops. |
abstract int |
getEnableOpCount()
If present, only perform optimization for these ops. |
abstract List<String> |
getEnableOpList()
If present, only perform optimization for these ops. |
Public Methods
public abstract String getEnableOp (int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public abstract com.google.protobuf.ByteString getEnableOpBytes (int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public abstract int getEnableOpCount ()
If present, only perform optimization for these ops.
repeated string enable_op = 1;
public abstract List<String> getEnableOpList ()
If present, only perform optimization for these ops.
repeated string enable_op = 1;