Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
Dtensorlist_c_utils.c19 int MallocTensorListData(TensorListC *tensor_list, TypeIdC dtype, const vvector *tensor_shape) { in MallocTensorListData() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensorlist.cc77 int TensorList::MallocTensorListData(TypeId dtype, const std::vector<std::vector<int> > &tensor_sha… in MallocTensorListData() function in mindspore::lite::TensorList