Package org.nd4j.ir
Interface MapperNamespace.MappingDefinitionSetOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MapperNamespace.MappingDefinitionSet,MapperNamespace.MappingDefinitionSet.Builder
- Enclosing class:
- MapperNamespace
public static interface MapperNamespace.MappingDefinitionSetOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapperNamespace.MapperDeclarationgetMappings(int index)repeated .org.nd4j.ir.MapperDeclaration mappings = 1;intgetMappingsCount()repeated .org.nd4j.ir.MapperDeclaration mappings = 1;List<MapperNamespace.MapperDeclaration>getMappingsList()repeated .org.nd4j.ir.MapperDeclaration mappings = 1;MapperNamespace.MapperDeclarationOrBuildergetMappingsOrBuilder(int index)repeated .org.nd4j.ir.MapperDeclaration mappings = 1;List<? extends MapperNamespace.MapperDeclarationOrBuilder>getMappingsOrBuilderList()repeated .org.nd4j.ir.MapperDeclaration mappings = 1;StringgetName(int index)repeated string name = 2;org.nd4j.shade.protobuf.ByteStringgetNameBytes(int index)repeated string name = 2;intgetNameCount()repeated string name = 2;List<String>getNameList()repeated string name = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMappingsList
List<MapperNamespace.MapperDeclaration> getMappingsList()
repeated .org.nd4j.ir.MapperDeclaration mappings = 1;
-
getMappings
MapperNamespace.MapperDeclaration getMappings(int index)
repeated .org.nd4j.ir.MapperDeclaration mappings = 1;
-
getMappingsCount
int getMappingsCount()
repeated .org.nd4j.ir.MapperDeclaration mappings = 1;
-
getMappingsOrBuilderList
List<? extends MapperNamespace.MapperDeclarationOrBuilder> getMappingsOrBuilderList()
repeated .org.nd4j.ir.MapperDeclaration mappings = 1;
-
getMappingsOrBuilder
MapperNamespace.MapperDeclarationOrBuilder getMappingsOrBuilder(int index)
repeated .org.nd4j.ir.MapperDeclaration mappings = 1;
-
getNameList
List<String> getNameList()
repeated string name = 2;- Returns:
- A list containing the name.
-
getNameCount
int getNameCount()
repeated string name = 2;- Returns:
- The count of name.
-
getName
String getName(int index)
repeated string name = 2;- Parameters:
index- The index of the element to return.- Returns:
- The name at the given index.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes(int index)
repeated string name = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the name at the given index.
-
-