Home
last modified time | relevance | path

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

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