Home
last modified time | relevance | path

Searched refs:to_exception (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Derrors.rs88 fn to_exception(&self) -> Exception; in to_exception() method
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Derrors.rs88 fn to_exception(&self) -> Exception; in to_exception() method
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Derror_utils.py226 def to_exception(self, source_error): member in ErrorMetadataBase
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
H A Derror_handling.md104 raise e.ag_error_metadata.to_exception(type(e))
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/
H A Dapi.py692 raise e.ag_error_metadata.to_exception(e)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py1245 raise e.ag_error_metadata.to_exception(e)