Searched defs:TensorList (Results 1 – 2 of 2) sorted by relevance
41 using TensorList = std::vector<tensor::TensorPtr>; variable
26 TensorList::TensorList(std::vector<int> shape, std::vector<int> element_shape, Category category) in TensorList() function in mindspore::lite::TensorList