ScopedAllocatorOptionsOrBuilder

공개 인터페이스 ScopedAllocatorOptionsOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getEnableOp (정수 인덱스)
 If present, only perform optimization for these ops.
추상 com.google.protobuf.ByteString
getEnableOpBytes (정수 인덱스)
 If present, only perform optimization for these ops.
추상 정수
getEnableOpCount ()
 If present, only perform optimization for these ops.
추상 목록<문자열>
getEnableOpList ()
 If present, only perform optimization for these ops.

공개 방법

공개 추상 문자열 getEnableOp (int 인덱스)

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

공개 추상 com.google.protobuf.ByteString getEnableOpBytes (int 인덱스)

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

공개 추상 int getEnableOpCount ()

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

공개 추상 List<String> getEnableOpList ()

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