Home
last modified time | relevance | path

Searched defs:IsPython (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dgenerator_op.h82 bool IsPython() const override { return true; } in IsPython() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.h133 bool IsPython() const override { in IsPython() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Dexecution_tree.h160 const bool IsPython() { in IsPython() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.h153 bool IsPython() const override { in IsPython() function
Ddataset_op.h365 virtual bool IsPython() const { return false; } in IsPython() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.h252 bool IsPython() const { return type_ == DataType::DE_PYTHON; } in IsPython() function