Package org.nd4j.ir
Interface OpNamespace.OpDescriptorListOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpNamespace.OpDescriptorList,OpNamespace.OpDescriptorList.Builder
- Enclosing class:
- OpNamespace
public static interface OpNamespace.OpDescriptorListOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpNamespace.OpDescriptorgetOpList(int index)repeated .org.nd4j.ir.OpDescriptor opList = 1;intgetOpListCount()repeated .org.nd4j.ir.OpDescriptor opList = 1;List<OpNamespace.OpDescriptor>getOpListList()repeated .org.nd4j.ir.OpDescriptor opList = 1;OpNamespace.OpDescriptorOrBuildergetOpListOrBuilder(int index)repeated .org.nd4j.ir.OpDescriptor opList = 1;List<? extends OpNamespace.OpDescriptorOrBuilder>getOpListOrBuilderList()repeated .org.nd4j.ir.OpDescriptor opList = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOpListList
List<OpNamespace.OpDescriptor> getOpListList()
repeated .org.nd4j.ir.OpDescriptor opList = 1;
-
getOpList
OpNamespace.OpDescriptor getOpList(int index)
repeated .org.nd4j.ir.OpDescriptor opList = 1;
-
getOpListCount
int getOpListCount()
repeated .org.nd4j.ir.OpDescriptor opList = 1;
-
getOpListOrBuilderList
List<? extends OpNamespace.OpDescriptorOrBuilder> getOpListOrBuilderList()
repeated .org.nd4j.ir.OpDescriptor opList = 1;
-
getOpListOrBuilder
OpNamespace.OpDescriptorOrBuilder getOpListOrBuilder(int index)
repeated .org.nd4j.ir.OpDescriptor opList = 1;
-
-