Home
last modified time | relevance | path

Searched defs:PadInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbucket_batch_by_length_node.h71 …const std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> &PadInfo() const { re… in PadInfo() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.h38 using PadInfo = std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>>; variable