Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.h97 static bool AllLeaves(const pybind11::iterable& x);
Dpytree.cc184 /*static*/ bool PyTreeDef::AllLeaves(const py::iterable& x) { in AllLeaves() function in xla::PyTreeDef
632 pytree.def("all_leaves", &PyTreeDef::AllLeaves); in BuildPytreeSubmodule()