Searched refs:IsCompiledFunction (Results 1 – 1 of 1) sorted by relevance
467 py::object, CompiledFunction::IsCompiledFunction);478 static bool IsCompiledFunction(py::handle handle);1043 bool CompiledFunction::IsCompiledFunction(py::handle handle) { in IsCompiledFunction() function in jax::__anon901e1bb70811::CompiledFunction1053 if (!CompiledFunction::IsCompiledFunction(handle)) { in AsCompiledFunction()