Searched defs:TensorList (Results 1 – 3 of 3) sorted by relevance
41 using TensorList = std::vector<tensor::TensorPtr>; variable
61 …TensorList() { tensor_list_c_ = {false, kObjectTypeTensorType, DEFAULT_FORMAT, 0, kTypeUnknown, -1… in TensorList() function
29 TensorList::TensorList(std::vector<int> shape, std::vector<int> element_shape, Category category) in TensorList() function in mindspore::lite::TensorList