From 4797eae93979854df5ef0bf8cefeb4f2f6c215b6 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 21 Jan 2025 09:53:25 -0800 Subject: [PATCH] Update reference to iree_tests given current repository location. (#437) --- alt_e2eshark/onnx_tests/operators/generate_node.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alt_e2eshark/onnx_tests/operators/generate_node.py b/alt_e2eshark/onnx_tests/operators/generate_node.py index bbdaae05..39317e31 100644 --- a/alt_e2eshark/onnx_tests/operators/generate_node.py +++ b/alt_e2eshark/onnx_tests/operators/generate_node.py @@ -15,7 +15,8 @@ ### IMPORTANT: ### # These node tests are added primarily to help debugging torch-mlir conversions on a *case-by-case* basis. -# Please consider looking into SHARK-TestSuite/iree_tests/onnx for a much more robust and efficient alternative to running e2e node tests through iree. +# Please consider looking into https://github.com/iree-org/iree-test-suites/tree/main/onnx_ops for a +# much more robust and efficient alternative to running e2e node tests through iree. def get_tensor_from_pb(inputpb):