Searched refs:PyBindFileSet (Results 1 – 2 of 2) sorted by relevance
75 class PyBindFileSet { class77 PyBindFileSet() : file_set_(std::make_shared<StringSet>()) {} in PyBindFileSet() function in tensorflow::__anona22fd06c0111::PyBindFileSet357 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()
96 self.internal_set = _tf_stack.PyBindFileSet()