Home
last modified time | relevance | path

Searched refs:test_operators (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_debug_trace.py12 from torch._inductor import config, test_operators
38 a = test_operators.realize(a + 1) + 2
H A Dtest_multi_kernel.py10 from torch._inductor import config, test_operators
253 x = test_operators.realize(x)
H A Dtest_benchmark_fusion.py8 from torch._inductor.test_operators import realize
H A Dtest_loop_ordering.py17 from torch._inductor.test_operators import realize
H A Dtest_torchinductor.py108 from torch._inductor import config, test_operators
1233 b = test_operators.realize(a * 2)
1241 realize = test_operators.realize
10135 x = test_operators.realize(x)
10137 x = test_operators.realize(x)
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_operators.cpp120 void test_operators() in test_operators() function
168 void test_operators() in test_operators() function
Dmain.cpp81 RUN_TESTS(test_operators); in run_tests()
Dtest.hpp285 void test_operators();
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dexamples.qbk37 * [@../../test/regress/test_operators.cpp test_operators.cpp]
/aosp_15_r20/external/pytorch/
H A D.flake849 torch/_inductor/test_operators.py: TOR901
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/
DJamfile.v261 test_operators.cpp
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py39 import torch._inductor.test_operators
/aosp_15_r20/external/python/jinja/tests/
Dtest_lexnparse.py105 def test_operators(self, env): member in TestLexer
/aosp_15_r20/external/pytorch/docs/source/
H A Donnx_torchscript.rst455 .. `test_operators.py <https://github.com/pytorch/pytorch/blob/main/test/onnx/test_operators.py>`_.
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/src/
Dlib.rs1154 fn test_operators() { in test_operators() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py45 from . import config, inductor_prims, ir, test_operators # NOQA: F401