editorconfig : fix whitespaces
This commit is contained in:
parent
e35f8c744e
commit
dea5be61d7
3 changed files with 3 additions and 3 deletions
|
@ -235,7 +235,7 @@ for part_name in part_names:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|
|
@ -232,7 +232,7 @@ for part_name in part_names:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|
|
@ -259,7 +259,7 @@ for part_name in part_names:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
n_dims = len(data.shape)
|
n_dims = len(data.shape)
|
||||||
data_dtype = data.dtype
|
data_dtype = data.dtype
|
||||||
|
|
||||||
# if f32 desired, convert any float16 to float32
|
# if f32 desired, convert any float16 to float32
|
||||||
if ftype == 0 and data_dtype == np.float16:
|
if ftype == 0 and data_dtype == np.float16:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue