Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunction.h28 struct RecursiveMethodCallError : public std::exception {}; struct
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.cpp65 throw RecursiveMethodCallError(); in placeholderCreator()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h408 } catch (const RecursiveMethodCallError&) { in call()
471 } catch (const RecursiveMethodCallError&) { in call()