Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.h41 using TensorList = std::vector<tensor::TensorPtr>; variable
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc26 TensorList::TensorList(std::vector<int> shape, std::vector<int> element_shape, Category category) in TensorList() function in mindspore::lite::TensorList