Package org.nd4j.ir

Interface OpNamespace.ArgDescriptorOrBuilder

    • 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.
      • getFloatValue

        float getFloatValue()
        float floatValue = 2;
        Returns:
        The floatValue.
      • getDoubleValue

        double getDoubleValue()
        double doubleValue = 3;
        Returns:
        The doubleValue.
      • getInt32Value

        int getInt32Value()
        int32 int32Value = 4;
        Returns:
        The int32Value.
      • getInt64Value

        long getInt64Value()
        int64 int64Value = 5;
        Returns:
        The int64Value.
      • getBoolValue

        boolean getBoolValue()
        bool boolValue = 6;
        Returns:
        The boolValue.
      • getDataTypeValueValue

        int getDataTypeValueValue()
        .org.nd4j.ir.DataType dataTypeValue = 7;
        Returns:
        The enum numeric value on the wire for dataTypeValue.
      • getDataTypeValue

        TensorNamespace.DataType getDataTypeValue()
        .org.nd4j.ir.DataType dataTypeValue = 7;
        Returns:
        The dataTypeValue.
      • hasInputValue

        boolean hasInputValue()
        .org.nd4j.ir.TensorProto inputValue = 8;
        Returns:
        Whether the inputValue field is set.
      • hasOutputValue

        boolean hasOutputValue()
        .org.nd4j.ir.TensorProto outputValue = 9;
        Returns:
        Whether the outputValue field is set.
      • getArgTypeValue

        int getArgTypeValue()
        .org.nd4j.ir.ArgDescriptor.ArgType argType = 10;
        Returns:
        The enum numeric value on the wire for argType.
      • getArgIndex

        int getArgIndex()
        int32 argIndex = 11;
        Returns:
        The argIndex.
      • getStringValue

        String getStringValue()
        string stringValue = 12;
        Returns:
        The stringValue.
      • getStringValueBytes

        org.nd4j.shade.protobuf.ByteString getStringValueBytes()
        string stringValue = 12;
        Returns:
        The bytes for stringValue.
      • getArgOptional

        boolean getArgOptional()
        bool argOptional = 13;
        Returns:
        The argOptional.
      • getConvertBoolToInt

        boolean getConvertBoolToInt()
        bool convertBoolToInt = 14;
        Returns:
        The convertBoolToInt.
      • getIsArray

        boolean getIsArray()
        bool isArray = 15;
        Returns:
        The isArray.