Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_stack.cc75 class PyBindFileSet { class
77 PyBindFileSet() : file_set_(std::make_shared<StringSet>()) {} in PyBindFileSet() function in tensorflow::__anona22fd06c0111::PyBindFileSet
357 py::class_<PyBindFileSet>(m, "PyBindFileSet") in PYBIND11_MODULE()
359 .def("update_to", [](const PyBindFileSet& self, const py::set& file_set) { in PYBIND11_MODULE()
500 const PyBindFileSet& file_set, in PYBIND11_MODULE()
510 [](const PyBindSourceMap& source_map, const PyBindFileSet& file_set) { in PYBIND11_MODULE()
H A Dtf_stack.py96 self.internal_set = _tf_stack.PyBindFileSet()