Searched defs:_TorchScriptTesting (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_custom_class_registrations.cpp | 428 TORCH_LIBRARY(_TorchScriptTesting, m) { in TORCH_LIBRARY() argument 690 TORCH_LIBRARY_FRAGMENT(_TorchScriptTesting, m) { in TORCH_LIBRARY_FRAGMENT() argument 702 TORCH_LIBRARY_IMPL(_TorchScriptTesting, CPU, m) { in TORCH_LIBRARY_IMPL() argument 711 TORCH_LIBRARY_IMPL(_TorchScriptTesting, Meta, m) { in TORCH_LIBRARY_IMPL() argument 717 TORCH_LIBRARY_IMPL(_TorchScriptTesting, CompositeImplicitAutograd, m) { in TORCH_LIBRARY_IMPL() argument 723 TORCH_LIBRARY_IMPL(_TorchScriptTesting, BackendSelect, m) { in TORCH_LIBRARY_IMPL() argument
|