Searched refs:tensor_flops (Results 1 – 1 of 1) sorted by relevance
954 CeedInt tensor_flops = 0, pre = num_comp * CeedIntPow(P_1d, dim - 1), post = 1; in CeedBasisGetFlopsEstimate() local957 tensor_flops += 2 * pre * P_1d * post * Q_1d; in CeedBasisGetFlopsEstimate()985 …*flops = tensor_flops + num_points * num_comp * (point_tensor_flops + (t_mode == CEED_TRANSPOSE ? … in CeedBasisGetFlopsEstimate()995 …*flops = tensor_flops + num_points * num_comp * (point_tensor_flops + (t_mode == CEED_TRANSPOSE ? … in CeedBasisGetFlopsEstimate()1024 *flops = tensor_flops; in CeedBasisGetFlopsEstimate()1027 *flops = tensor_flops * 2; in CeedBasisGetFlopsEstimate()