Skip to content

Commit

Permalink
#0: Revert test slice
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarmanoj-tt authored and mywoodstock committed Sep 27, 2024
1 parent 25092f2 commit 37b0ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttnn/unit_tests/operations/test_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def slice_test(
)

tt_output_tensor = ttnn.slice(tt_input_tensor, output_tensor_start, output_tensor_end, memory_config=out_mem_config)
print(tt_input_tensor.shape, output_tensor_start, output_tensor_end, tt_output_tensor.shape)

a_pt = ttnn.to_torch(tt_output_tensor)

# Pytorch reference
Expand Down

0 comments on commit 37b0ede

Please sign in to comment.