Searched defs:generator_function (Results 1 – 4 of 4) sorted by relevance
28 GeneratorNode::GeneratorNode(py::function generator_function, const std::vector<std::string> &colum… in GeneratorNode()39 GeneratorNode::GeneratorNode(py::function generator_function, const std::shared_ptr<SchemaObj> &sch… in GeneratorNode()
27 GeneratorOp::GeneratorOp(py::function generator_function, std::vector<std::string> column_names, in GeneratorOp()
358 … .def(py::init([](const py::function &generator_function, const std::shared_ptr<SchemaObj> &schema, in __anon3b221fe02902()359 … int64_t dataset_len, const py::handle &sampler, uint32_t num_parallel_workers) { in __anon3b221fe02902()
278 def generator_function(): function