@@ -162,7 +162,7 @@ package object onnx {
162
162
@ sp T <: UByte | UShort | UInt | ULong | Byte | Short | Int | Long | Float16 | Float | Double : Numeric
163
163
, Tt <: TensorTypeDenotation , Td <: TensorShapeDenotation , S <: Shape , Tt1 <: TensorTypeDenotation , Axis <: Indices , KeepDims <: (Boolean & Singleton )](
164
164
name : String ,
165
- axis : Option [(Axis )] = Some (0 :: INil ),
165
+ axis : Option [(Axis )] = Some (0 ::: INil ),
166
166
keepdims : Option [(KeepDims )] = Some (true ),
167
167
data : Tensor [T , Tuple3 [Tt , Td , S ]]
168
168
)(using tt : ValueOf [Tt1 ], td : TensorShapeDenotationOf [KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ]], s : ShapeOf [KeepOrReduceDims [S ,Axis ,KeepDims ]], i : IndicesOf [Axis ], k : ValueOf [KeepDims ]): Tensor [Long , Tuple3 [Tt1 , KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ], KeepOrReduceDims [S ,Axis ,KeepDims ]]] = {
@@ -177,7 +177,7 @@ package object onnx {
177
177
@ sp T <: UByte | UShort | UInt | ULong | Byte | Short | Int | Long | Float16 | Float | Double : Numeric
178
178
, Tt <: TensorTypeDenotation , Td <: TensorShapeDenotation , S <: Shape , Tt1 <: TensorTypeDenotation , Axis <: Indices , KeepDims <: (Boolean & Singleton )](
179
179
name : String ,
180
- axis : Option [(Axis )] = Some (0 :: INil ),
180
+ axis : Option [(Axis )] = Some (0 ::: INil ),
181
181
keepdims : Option [(KeepDims )] = Some (true ),
182
182
data : Tensor [T , Tuple3 [Tt , Td , S ]]
183
183
)(using tt : ValueOf [Tt1 ], td : TensorShapeDenotationOf [KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ]], s : ShapeOf [KeepOrReduceDims [S ,Axis ,KeepDims ]], i : IndicesOf [Axis ], k : ValueOf [KeepDims ]): Tensor [Long , Tuple3 [Tt1 , KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ], KeepOrReduceDims [S ,Axis ,KeepDims ]]] = {
@@ -211,7 +211,7 @@ package object onnx {
211
211
@ sp T <: UByte | UShort | UInt | ULong | Byte | Short | Int | Long | Float16 | Float | Double : Numeric
212
212
, Tt <: TensorTypeDenotation , Td <: TensorShapeDenotation , S <: Shape , Tt1 <: TensorTypeDenotation , Axis <: Indices , KeepDims <: (Boolean & Singleton )](
213
213
name : String ,
214
- axis : Option [(Axis )] = Some (0 :: INil ),
214
+ axis : Option [(Axis )] = Some (0 ::: INil ),
215
215
keepdims : Option [(KeepDims )] = Some (true ),
216
216
data : Tensor [T , Tuple3 [Tt , Td , S ]]
217
217
)(using tt : ValueOf [Tt1 ], td : TensorShapeDenotationOf [KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ]], s : ShapeOf [KeepOrReduceDims [S ,Axis ,KeepDims ]], i : IndicesOf [Axis ], k : ValueOf [KeepDims ]): Tensor [Long , Tuple3 [Tt1 , KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ], KeepOrReduceDims [S ,Axis ,KeepDims ]]] = {
@@ -226,7 +226,7 @@ package object onnx {
226
226
@ sp T <: UByte | UShort | UInt | ULong | Byte | Short | Int | Long | Float16 | Float | Double : Numeric
227
227
, Tt <: TensorTypeDenotation , Td <: TensorShapeDenotation , S <: Shape , Tt1 <: TensorTypeDenotation , Axis <: Indices , KeepDims <: (Boolean & Singleton )](
228
228
name : String ,
229
- axis : Option [(Axis )] = Some (0 :: INil ),
229
+ axis : Option [(Axis )] = Some (0 ::: INil ),
230
230
keepdims : Option [(KeepDims )] = None ,
231
231
data : Tensor [T , Tuple3 [Tt , Td , S ]]
232
232
)(using tt : ValueOf [Tt1 ], td : TensorShapeDenotationOf [KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ]], s : ShapeOf [KeepOrReduceDims [S ,Axis ,KeepDims ]], i : IndicesOf [Axis ], k : ValueOf [KeepDims ]): Tensor [Long , Tuple3 [Tt1 , KeepOrReduceDimDenotations [Td ,Axis ,KeepDims ], KeepOrReduceDims [S ,Axis ,KeepDims ]]] = {
0 commit comments