Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc467 py::object, CompiledFunction::IsCompiledFunction);
478 static bool IsCompiledFunction(py::handle handle);
1043 bool CompiledFunction::IsCompiledFunction(py::handle handle) { in IsCompiledFunction() function in jax::__anon901e1bb70811::CompiledFunction
1053 if (!CompiledFunction::IsCompiledFunction(handle)) { in AsCompiledFunction()