Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dvmimpl.h41 using TensorList = std::vector<tensor::TensorPtr>; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensorlist.h61TensorList() { tensor_list_c_ = {false, kObjectTypeTensorType, DEFAULT_FORMAT, 0, kTypeUnknown, -1… in TensorList() function
Dtensorlist.cc29 TensorList::TensorList(std::vector<int> shape, std::vector<int> element_shape, Category category) in TensorList() function in mindspore::lite::TensorList