Searched defs:CopyTensorList (Results 1 – 2 of 2) sorted by relevance
37 int TensorList::CopyTensorList(const TensorList &src, bool copy_data) { in CopyTensorList() function in mindspore::lite::TensorList
1710 void CopyTensorList(TensorList *dst_tensor, TensorList *src_tensor) { in CopyTensorList() function