Home
last modified time | relevance | path

Searched refs:ExceptionMessageValue (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/test/cpp/jit/
Dtest_exception.cpp73 return std::make_shared<ExceptionMessageValue>( in call()
/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.h765 struct TORCH_API ExceptionMessageValue : public SugaredValue { struct
766 explicit ExceptionMessageValue(
812 return std::make_shared<ExceptionMessageValue>(exception_message); in call()
Dir_emitter.cpp2553 std::dynamic_pointer_cast<ExceptionMessageValue>(sv)) { in emitRaise()
/external/pytorch/torch/csrc/jit/python/
Dpython_sugared_value.cpp1000 return std::make_shared<ExceptionMessageValue>( in call()