Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.h394 struct ErroringViewFunc : public ViewFunc { struct
395 ErroringViewFunc(std::string error_msg) : error_msg(std::move(error_msg)) {} in ErroringViewFunc() function
403 return std::make_unique<ErroringViewFunc>(error_msg); argument