Package org.nd4j.ir

Interface TensorNamespace.TensorShapeProto.DimensionOrBuilder

    • Method Detail

      • hasDimValue

        boolean hasDimValue()
        int64 dim_value = 1;
        Returns:
        Whether the dimValue field is set.
      • getDimValue

        long getDimValue()
        int64 dim_value = 1;
        Returns:
        The dimValue.
      • hasDimParam

        boolean hasDimParam()
         namespace Shape
         
        string dim_param = 2;
        Returns:
        Whether the dimParam field is set.
      • getDimParam

        String getDimParam()
         namespace Shape
         
        string dim_param = 2;
        Returns:
        The dimParam.
      • getDimParamBytes

        org.nd4j.shade.protobuf.ByteString getDimParamBytes()
         namespace Shape
         
        string dim_param = 2;
        Returns:
        The bytes for dimParam.