public interface ScopedAllocatorOptionsOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnableOp(int index)
If present, only perform optimization for these ops.
|
org.nd4j.shade.protobuf.ByteString |
getEnableOpBytes(int index)
If present, only perform optimization for these ops.
|
int |
getEnableOpCount()
If present, only perform optimization for these ops.
|
List<String> |
getEnableOpList()
If present, only perform optimization for these ops.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEnableOpList()
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;String getEnableOp(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;org.nd4j.shade.protobuf.ByteString getEnableOpBytes(int index)
If present, only perform optimization for these ops.
repeated string enable_op = 1;Copyright © 2021. All rights reserved.