Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc470 return CompiledFunction::AsCompiledFunctionUnchecked(*this); in func()
480 static CompiledFunction* AsCompiledFunctionUnchecked(py::handle handle);
1047 CompiledFunction* CompiledFunction::AsCompiledFunctionUnchecked( in AsCompiledFunctionUnchecked() function in jax::__anon901e1bb70811::CompiledFunction
1056 return CompiledFunction::AsCompiledFunctionUnchecked(handle); in AsCompiledFunction()