Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc37 int TensorList::CopyTensorList(const TensorList &src, bool copy_data) { in CopyTensorList() function in mindspore::lite::TensorList
Dscheduler.cc1710 void CopyTensorList(TensorList *dst_tensor, TensorList *src_tensor) { in CopyTensorList() function