Searched refs:test_custom_ops (Results 1 – 6 of 6) sorted by relevance
18 add_executable(test_custom_ops test_custom_ops.cpp) target19 set_property(TARGET test_custom_ops PROPERTY CXX_STANDARD 17)20 target_link_libraries(test_custom_ops custom_ops)
26 python test_custom_ops.py -v35 test_custom_ops.exe model.pt
123 python test_custom_ops.py -v126 build/test_custom_ops ./model.pt
1002 python test_custom_ops.py -v1005 build/test_custom_ops ./model.pt
12 bash examples/portable/custom_ops/test_custom_ops.sh40 …ecuTorch runtime. See instructions in: `examples/portable/custom_ops/test_custom_ops.sh` (test_cma…
2884 test_custom_ops = load_test_module("test_custom_ops") variable2887 TestCustomOpWithCompiledAutograd = wrap_test_class(test_custom_ops.TestCustomOp)