Package org.nd4j.ir

Interface OpNamespace.OpDescriptorOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OpNamespace.OpDescriptor, OpNamespace.OpDescriptor.Builder
    Enclosing class:
    OpNamespace

    public static interface OpNamespace.OpDescriptorOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        org.nd4j.shade.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getArgDescriptor

        OpNamespace.ArgDescriptor getArgDescriptor​(int index)
        repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
      • getArgDescriptorCount

        int getArgDescriptorCount()
        repeated .org.nd4j.ir.ArgDescriptor argDescriptor = 2;
      • getOpDeclarationTypeValue

        int getOpDeclarationTypeValue()
        .org.nd4j.ir.OpDescriptor.OpDeclarationType opDeclarationType = 3;
        Returns:
        The enum numeric value on the wire for opDeclarationType.