DATAPARALLEL_ROUND_MUL_NUM_EVALS

Constant DATAPARALLEL_ROUND_MUL_NUM_EVALS 

Source
const DATAPARALLEL_ROUND_MUL_NUM_EVALS: usize = 4;
Expand description

Degree of independent variable is cubic for mul dataparallel binding and quadratic for all other bindings (see below expression to verify for yourself!)

V_i(g_2, g_1) = \sum_{p_2, x, y} \beta(g_2, p_2) f_1(g_1, x, y) (V_{i + 1}(p_2, x) \op V_{i + 1}(p_2, y))