ScopedAllocatorOptionsOrBuilder

interfaccia pubblica ScopedAllocatorOptionsOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getEnableOp (indice int)
 If present, only perform optimization for these ops.
astratto com.google.protobuf.ByteString
getEnableOpBytes (indice int)
 If present, only perform optimization for these ops.
astratto int
getEnableOpCount ()
 If present, only perform optimization for these ops.
Elenco astratto<String>
getEnableOpList ()
 If present, only perform optimization for these ops.

Metodi pubblici

public abstract String getEnableOp (indice int)

 If present, only perform optimization for these ops.
 
repeated string enable_op = 1;

abstract pubblico com.google.protobuf.ByteString getEnableOpBytes (indice int)

 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;