Searched defs:XlaRuntimeError (Results 1 – 2 of 2) sorted by relevance
29 explicit XlaRuntimeError(const Status status) in XlaRuntimeError() function34 explicit XlaRuntimeError(const std::string what) : std::runtime_error(what) {} in XlaRuntimeError() function
668 XlaRuntimeError = _xla.XlaRuntimeError variable