Searched refs:torchCheckFail (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Exception.h | 396 ::c10::detail::torchCheckFail( \ 484 [[noreturn]] C10_API void torchCheckFail( 489 [[noreturn]] C10_API void torchCheckFail( 512 torchCheckFail(func, file, line, condMsg); in torchInternalAssertFail() 526 ::c10::detail::torchCheckFail( \ 535 ::c10::detail::torchCheckFail( \
|
H A D | Exception.cpp | 101 void torchCheckFail( in torchCheckFail() function 109 void torchCheckFail( in torchCheckFail() function 123 torchCheckFail(func, file, line, c10::str(condMsg, userMsg)); in torchInternalAssertFail() 134 torchCheckFail(func, file, line, c10::str(condMsg, userMsg)); in torchInternalAssertFail()
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/ |
H A D | shim_common.cpp | 1156 ::c10::detail::torchCheckFail(func, file, line, msg); in aoti_torch_check()
|