Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DFunctionalizeInterpreter.h9 struct FunctionalizeInterpreterPtr { struct
10 …explicit FunctionalizeInterpreterPtr(const Interpreter* base): base_(base) { TORCH_INTERNAL_ASSERT… in FunctionalizeInterpreterPtr() argument
11 TransformType key() const { return base_->key(); } in key()
12 int64_t level() const { return base_->level(); } in level()
15 bool functionalizeAddBackViews() const { in functionalizeAddBackViews()