Home
last modified time | relevance | path

Searched refs:c_pad_info (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc102 … std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> c_pad_info; in __anonb78612490802() local
104 THROW_IF_ERROR(toPadInfo(pad_info, &c_pad_info)); in __anonb78612490802()
112 … toStringVector(out_col_names), toStringVector(col_order), size_func, map_func, c_pad_info); in __anonb78612490802()
125 … std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> c_pad_info; in __anonb78612490a02() local
126 THROW_IF_ERROR(toPadInfo(pad_info, &c_pad_info)); in __anonb78612490a02()
130 … toPyFuncOp(std::move(element_length_function), DataType::DE_INT32), c_pad_info, in __anonb78612490a02()
/third_party/mindspore/include/api/
Ddual_abi_helper.h144 …ne std::map<std::string, T> PadInfoCharToString(const std::map<std::vector<char>, T> &c_pad_info) { in PadInfoCharToString() argument
146 …std::transform(c_pad_info.begin(), c_pad_info.end(), std::inserter(ret, ret.begin()), [](auto ch) { in PadInfoCharToString()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Ddual_abi_helper.h147 …ne std::map<std::string, T> PadInfoCharToString(const std::map<std::vector<char>, T> &c_pad_info) { in PadInfoCharToString() argument
149 …std::transform(c_pad_info.begin(), c_pad_info.end(), std::inserter(ret, ret.begin()), [](auto ch) { in PadInfoCharToString()