ScopedAllocatorOptionsOrBuilder

interface pública ScopedAllocatorOptionsOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getEnableOp (int index)
 If present, only perform optimization for these ops.
abstract com.google.protobuf.ByteString
getEnableOpBytes (índice int)
 If present, only perform optimization for these ops.
abstrato int
getEnableOpCount ()
 If present, only perform optimization for these ops.
Lista abstrata <String>
getEnableOpList ()
 If present, only perform optimization for these ops.

Métodos Públicos

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;