Package org.nd4j.ir

Interface MapperNamespace.MappingDefinitionSetOrBuilder

    • Method Detail

      • getMappingsCount

        int getMappingsCount()
        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.