Skip to content

Commit

Permalink
Fix python format
Browse files Browse the repository at this point in the history
  • Loading branch information
gamzeisl committed Sep 24, 2024
1 parent dc5d411 commit b72dcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyITA/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from numpy import int8 as i8, int16 as i16, int32 as i32, float32 as f32, uint8 as u8, uint16 as u16


def random_shuffled_tensor(shape, bitwidth: int, type: DTypeLike = np.int8, scaling = 1 / 4) -> np.ndarray:
"""
Generates a random shuffled tensor with a specified shape, bit width, and type.
Expand Down

0 comments on commit b72dcbf

Please sign in to comment.