Searched refs:coef0_rest_by_depth (Results 1 – 1 of 1) sorted by relevance
461 auto coef0_rest_by_depth = coef0_one_by_depth.broadcast(bcast_spec); in operator ()() local462 auto x_scaled = x_centered * coef0_rest_by_depth; in operator ()()