Home
last modified time | relevance | path

Searched defs:sample_bytes (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dmind_record_op_test.cc51 std::map<std::string, std::string> sample_bytes = {}; in CreateMindRecord() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dminddata_node.cc166 void MindDataNode::SetSampleBytes(std::map<std::string, std::string> *sample_bytes) { sample_bytes_… in SetSampleBytes()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc44 … const mindrecord::json &sample_json, const std::map<std::string, std::string> &sample_bytes, in MindRecordOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_conversion.cc251 std::map<std::string, std::string> *sample_bytes) { in ToJson()
/third_party/ffmpeg/libavfilter/
Dvf_spp.c252 const int sample_bytes = (depth+7) / 8; in filter() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/
Dbindings.cc523 std::map<std::string, std::string> sample_bytes; in __anon3b221fe04402() local
535 std::map<std::string, std::string> sample_bytes; in __anon3b221fe04402() local
/third_party/alsa-utils/aplay/
Daplay.c2093 size_t sample_bytes = bits_per_sample / 8; local