Skip to content

Commit

Permalink
graph operators
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Oct 4, 2024
1 parent 0f87f57 commit 1cfc4bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/beignet/test__graph_matrix_to_masked_tensor.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_graph_matrix_to_masked_tensor():
assert False
assert False
2 changes: 1 addition & 1 deletion tests/beignet/test__tensor_to_graph_matrix.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_tensor_to_graph_matrix():
assert False
assert False
2 changes: 1 addition & 1 deletion tests/beignet/test__tensor_to_masked_graph_matrix.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_tensor_to_masked_graph_matrix():
assert False
assert False

0 comments on commit 1cfc4bc

Please sign in to comment.