Searched defs:srcTensor (Results 1 – 3 of 3) sorted by relevance
78 tensorpipe::Message::Tensor& srcTensor = sendingTpMessage.tensors[i]; in TEST() local
46 void CopyTensorContentsGeneric(const ITensorHandle* srcTensor, ITensorHandle* dstTensor, CopyFunc c… in CopyTensorContentsGeneric()
188 void CopyArmComputeITensorData(const arm_compute::ITensor& srcTensor, T* dstData) in CopyArmComputeITensorData()