Home
last modified time | relevance | path

Searched refs:test_custom_ops (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/custom_operator/
H A DCMakeLists.txt18 add_executable(test_custom_ops test_custom_ops.cpp) target
19 set_property(TARGET test_custom_ops PROPERTY CXX_STANDARD 17)
20 target_link_libraries(test_custom_ops custom_ops)
/aosp_15_r20/external/pytorch/.ci/pytorch/win-test-helpers/
H A Dtest_custom_script_ops.bat26 python test_custom_ops.py -v
35 test_custom_ops.exe model.pt
/aosp_15_r20/external/pytorch/.ci/pytorch/
H A Dmacos-test.sh123 python test_custom_ops.py -v
126 build/test_custom_ops ./model.pt
H A Dtest.sh1002 python test_custom_ops.py -v
1005 build/test_custom_ops ./model.pt
/aosp_15_r20/external/executorch/examples/portable/custom_ops/
H A DREADME.md12 bash examples/portable/custom_ops/test_custom_ops.sh
40 …ecuTorch runtime. See instructions in: `examples/portable/custom_ops/test_custom_ops.sh` (test_cma…
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py2884 test_custom_ops = load_test_module("test_custom_ops") variable
2887 TestCustomOpWithCompiledAutograd = wrap_test_class(test_custom_ops.TestCustomOp)