Home
last modified time | relevance | path

Searched refs:exception_cls (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Daot_autograd.py12 def __init__(self, exception_cls, regex): argument
13 self.exception_cls = exception_cls
20 if exc_type == self.exception_cls:
/aosp_15_r20/art/test/989-method-trace-throw/
H A Dmethod_trace.cc68 jclass exception_cls = env->FindClass("java/lang/Error"); in Java_art_Test989_doThrowNative() local
69 env->ThrowNew(exception_cls, "Error"); in Java_art_Test989_doThrowNative()