Home
last modified time | relevance | path

Searched defs:XlaRuntimeError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dexceptions.h29 explicit XlaRuntimeError(const Status status) in XlaRuntimeError() function
34 explicit XlaRuntimeError(const std::string what) : std::runtime_error(what) {} in XlaRuntimeError() function
H A Dxla_client.py668 XlaRuntimeError = _xla.XlaRuntimeError variable