Home
last modified time | relevance | path

Searched defs:Functionalize (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DInterpreter.h56 Functionalize, enumerator
134 static Interpreter Functionalize(int64_t level, bool functionalizeAddBackViews) { in Functionalize() function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DFunctionalizeFallbackKernel.cpp349 TORCH_LIBRARY_IMPL(_, Functionalize, m) { in TORCH_LIBRARY_IMPL() argument
353 TORCH_LIBRARY_IMPL(aten, Functionalize, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torch/csrc/inductor/
H A Dresize_storage_bytes.cpp60 TORCH_LIBRARY_IMPL(inductor, Functionalize, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/passes/
H A Dfunctionalization.py18 class Functionalize(_pass.Transform): class
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DRegisterFunctionalization.cpp104 TORCH_LIBRARY_IMPL(aten, Functionalize, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.h246 Functionalize, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond.cc1598 Status FunctionalizeCond::Functionalize(Graph* graph, in Functionalize() function in tensorflow::functionalize_cond::FunctionalizeCond
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py122 Functionalize = auto() variable in DispatchKey