@java.lang.Override public org.nd4j.ir.TensorNamespace.DataType getDataTypeValue() {
      @SuppressWarnings("deprecation")
      org.nd4j.ir.TensorNamespace.DataType result = org.nd4j.ir.TensorNamespace.DataType.valueOf(dataTypeValue_);
      return result == null ? org.nd4j.ir.TensorNamespace.DataType.UNRECOGNIZED : result;
    }