Home
last modified time | relevance | path

Searched defs:do_decode (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dcaltech_op.cc27 …Op::CaltechOp(int32_t num_workers, const std::string &file_dir, int32_t queue_size, bool do_decode, in CaltechOp()
Domniglot_op.cc28 bool do_decode, std::unique_ptr<DataSchema> data_schema, in OmniglotOp()
Dcoco_op.h123 Builder &SetDecode(bool do_decode) { in SetDecode()
Dlsun_op.cc28 … const std::vector<std::string> &classes, bool do_decode, std::unique_ptr<DataSchema> data_schema, in LSUNOp()
Dimage_folder_op.cc30 …olderOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool recursive, bool do_decode, in ImageFolderOp()
Drendered_sst2_op.cc28 … int32_t queue_size, bool do_decode, const std::set<std::string> &exts, in RenderedSST2Op()
Dalbum_op.cc31 AlbumOp::AlbumOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool do_decode, in AlbumOp()
/third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc27 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
44 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
/third_party/openssl/test/
Dasn1_encode_test.c484 static int do_decode(unsigned char *bytes, long nbytes, in do_decode() function