Home
last modified time | relevance | path

Searched refs:data_lens (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.h99 const std::vector<size_t> &data_lens, int command, std::vector<VectorPtr> *output,
Dabstract_node.cc281 … const std::vector<DataPtr> &data, const std::vector<size_t> &data_lens, int command, in Send() argument
321 auto len = data_lens.at(it); in Send()