Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DException.h396 ::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 DException.cpp101 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 Dshim_common.cpp1156 ::c10::detail::torchCheckFail(func, file, line, msg); in aoti_torch_check()