Searched refs:curr_input_grad (Results 1 – 1 of 1) sorted by relevance
503 T curr_input_grad = input_grad(b, y, x, c); in ResizeBicubicGrad() local506 T(curr_input_grad * y_wai.weight_0 * x_wai.weight_0); in ResizeBicubicGrad()508 T(curr_input_grad * y_wai.weight_0 * x_wai.weight_1); in ResizeBicubicGrad()510 T(curr_input_grad * y_wai.weight_0 * x_wai.weight_2); in ResizeBicubicGrad()512 T(curr_input_grad * y_wai.weight_0 * x_wai.weight_3); in ResizeBicubicGrad()515 T(curr_input_grad * y_wai.weight_1 * x_wai.weight_0); in ResizeBicubicGrad()517 T(curr_input_grad * y_wai.weight_1 * x_wai.weight_1); in ResizeBicubicGrad()519 T(curr_input_grad * y_wai.weight_1 * x_wai.weight_2); in ResizeBicubicGrad()521 T(curr_input_grad * y_wai.weight_1 * x_wai.weight_3); in ResizeBicubicGrad()524 T(curr_input_grad * y_wai.weight_2 * x_wai.weight_0); in ResizeBicubicGrad()[all …]