Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/atomic/src/
Dops.rs19 ($type:ident, $atomic:ident, $impl:expr, $fallback_impl:expr) => {
52 _ => $fallback_impl,
60 ($type:ident, $atomic:ident, $impl:expr, $fallback_impl:expr) => {
93 _ => $fallback_impl,
/external/pytorch/aten/src/ATen/native/
DNegateFallback.cpp15 object.fallback_impl(op, dispatch_keys, stack); in negationFallback()
DMathBitsFallback.h27 …void fallback_impl(const c10::OperatorHandle& op, DispatchKeySet dispatch_keys, torch::jit::Stack*… in fallback_impl() function
/external/executorch/extension/llm/custom_ops/
Dmodel_sharding.py25 def fallback_impl(a: torch.Tensor) -> torch.Tensor: function
/external/pytorch/aten/src/ATen/
DConjugateFallback.cpp14 object.fallback_impl(op, dispatch_keys, stack); in conjugateFallback()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch79991 -fallback_impl(std::size_t size) noexcept(IsNoExcept) {
80003 - return imalloc_fastpath(size, &fallback_impl<IsNoExcept>);