Home
last modified time | relevance | path

Searched defs:GeneratorFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/lib/
Des2015.generator.d.ts11 interface GeneratorFunction { interface
Des2015.symbol.wellknown.d.ts145 interface GeneratorFunction { interface
/third_party/typescript/lib/
Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
Dlib.es2015.symbol.wellknown.d.ts165 interface GeneratorFunction { interface
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dgenerator_node.h92 const py::function &GeneratorFunction() const { return generator_function_; } in GeneratorFunction() function