Home
last modified time | relevance | path

Searched refs:test_hooks (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py1307 def test_hooks(self): member in TestModuleHookNN
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_higher_order_ops.py2223 def test_hooks(self): member in HigherOrderOpTests
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch18494 - $(srcroot)src/test_hooks.c \
18623 - $(srcroot)test/unit/test_hooks.c \
45786 -#include "jemalloc/internal/test_hooks.h"
54739 …ff --git a/jemalloc/include/jemalloc/internal/test_hooks.h b/jemalloc/include/jemalloc/internal/te…
54742 --- a/jemalloc/include/jemalloc/internal/test_hooks.h
58921 - <ClCompile Include="..\..\..\..\src\test_hooks.c" />
59370 - <ClCompile Include="..\..\..\..\src\test_hooks.c">
59879 - <ClCompile Include="..\..\..\..\src\test_hooks.c" />
60327 - <ClCompile Include="..\..\..\..\src\test_hooks.c">
93106 diff --git a/jemalloc/src/test_hooks.c b/jemalloc/src/test_hooks.c
[all …]
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py1734 def test_hooks(self): member in TestAutograd
H A Dtest_jit.py48 from jit.test_hooks import TestHooks # noqa: F401