File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1868,7 +1868,7 @@ def mkconst(npval, desc):
1868
1868
const_xlenp = mkconst (np .array ([xlenp ], np .int64 ), 'const_xlenp' )
1869
1869
const_stride = mkconst (np .array ([xlenp + 1 ], np .int64 ), 'const_stride' )
1870
1870
const_minxy = mkconst (np .array ([min (xlen , ylen )], np .int64 ), 'const_minxy' )
1871
- const_minxy_float = mkconst (np .array ([min (xlen , ylen )], np .float32 ), 'const_minxy ' )
1871
+ const_minxy_float = mkconst (np .array ([min (xlen , ylen )], np .float32 ), 'const_minxy_f ' )
1872
1872
const_xmax = mkconst (np .array ([xlen * xlenp + xlenp - 1 ], np .int64 ), 'const_xmax' )
1873
1873
const_ymax = mkconst (np .array ([xlenp * ylen - 1 ], np .int64 ), 'const_ymax' )
1874
1874
const_ymax_float = mkconst (np .array ([xlenp * ylen - 1 ], np .float32 ), 'const_ymax_f' )
You can’t perform that action at this time.
0 commit comments