Searched refs:eff_y (Results 1 – 1 of 1) sorted by relevance
89 const int eff_y = y - forward_pad_y + py; in test_entire_volume_patch() local91 if (eff_z >= 0 && eff_y >= 0 && eff_x >= 0 && in test_entire_volume_patch()92 eff_z < patch_z && eff_y < patch_y && eff_x < patch_x) { in test_entire_volume_patch()93 expected = tensor(d, eff_z, eff_y, eff_x, b); in test_entire_volume_patch()94 expected_row_major = tensor_row_major(b, eff_x, eff_y, eff_z, d); in test_entire_volume_patch()