Searched defs:generator_function (Results 1 – 4 of 4) sorted by relevance
29 GeneratorNode::GeneratorNode(py::function generator_function, const std::vector<std::string> &colum… in GeneratorNode()41 GeneratorNode::GeneratorNode(py::function generator_function, const std::shared_ptr<SchemaObj> &sch… in GeneratorNode()
26 GeneratorOp::GeneratorOp(py::function generator_function, std::vector<std::string> column_names, in GeneratorOp()
177 … .def(py::init([](py::function generator_function, const std::shared_ptr<SchemaObj> schema, in __anon810239691302()178 … int64_t dataset_len, py::handle sampler, uint32_t num_parallel_workers) { in __anon810239691302()
275 def generator_function(): function