Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h789 struct TORCH_API ExceptionValue : public SugaredValue { struct
790 explicit ExceptionValue(std::string message) : message_(std::move(message)) {} in ExceptionValue() argument
792 std::string kind() const override { in kind()
796 std::shared_ptr<SugaredValue> call( in call()
815 std::string message_;