Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/mobile/
Dmodule.cpp268 function_->getExceptionDebugHandles(), getTopModuleTypeName(*owner_)); in run()
290 for (auto handle : function_->getExceptionDebugHandles()) { in run()
303 function_->getExceptionDebugHandles(), getTopModuleTypeName(*owner_)); in run()
Dfunction.h57 const std::vector<int64_t>& getExceptionDebugHandles() const;
Dfunction.cpp167 const std::vector<int64_t>& Function::getExceptionDebugHandles() const { in getExceptionDebugHandles() function in torch::jit::mobile::Function