Searched refs:tensor_copy (Results 1 – 3 of 3) sorted by relevance
223 int CeedTensorContractReferenceCopy(CeedTensorContract tensor, CeedTensorContract *tensor_copy) { in CeedTensorContractReferenceCopy() argument225 CeedCall(CeedTensorContractDestroy(tensor_copy)); in CeedTensorContractReferenceCopy()226 *tensor_copy = tensor; in CeedTensorContractReferenceCopy()
371 …N int CeedTensorContractReferenceCopy(CeedTensorContract tensor, CeedTensorContract *tensor_copy);
1166 function CeedTensorContractReferenceCopy(tensor, tensor_copy) argument1167 …tReferenceCopy, libceed), Cint, (CeedTensorContract, Ptr{CeedTensorContract}), tensor, tensor_copy)