Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dcoco_op.h123 Builder &SetDecode(bool do_decode) { in SetDecode()
Dimage_folder_op.cc27 …olderOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool recursive, bool do_decode, in ImageFolderOp()
Dalbum_op.cc32 AlbumOp::AlbumOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool do_decode, in AlbumOp()
/third_party/mindspore/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