Home
last modified time | relevance | path

Searched refs:FunctionalizeInterpreterMeta (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DInterpreter.h108 struct FunctionalizeInterpreterMeta { struct
109 explicit FunctionalizeInterpreterMeta(bool functionalizeAddBackViews) : in FunctionalizeInterpreterMeta() function
119 FunctionalizeInterpreterMeta argument
135 …return Interpreter(TransformType::Functionalize, level, FunctionalizeInterpreterMeta(functionalize… in Functionalize()
H A DFunctionalizeInterpreter.h16 return std::get<FunctionalizeInterpreterMeta>(base_->meta()).functionalizeAddBackViews_; in functionalizeAddBackViews()
H A DInterpreter.cpp116 TORCH_INTERNAL_ASSERT(std::holds_alternative<FunctionalizeInterpreterMeta>(this->meta()));\