Searched refs:rot_scale (Results 1 – 2 of 2) sorted by relevance
45 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling() local49 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()
47 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling() local51 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()