Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc83 int TensorList::MallocTensorListData(TypeId dtype, const std::vector<std::vector<int> > &tensor_sha… in MallocTensorListData() function in mindspore::lite::TensorList
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dcommon_infer.c23 int MallocTensorListData(TensorListC *tensor_list, TypeIdC dtype, const vvector *tensor_shape) { in MallocTensorListData() function