Searched refs:k4dSize (Results 1 – 2 of 2) sorted by relevance
62 static constexpr size_t k4dSize = 4; in GetGeFormat() local86 return shape_size == k4dSize ? ge::Format::FORMAT_NCHW : ge::Format::FORMAT_ND; in GetGeFormat()
78 constexpr size_t k4dSize = 4; in GetPriorityMatchFormat() local99 need_change_nd = (need_change_nd || (input_shape_size != k4dSize && input_shape_size > 1)); in GetPriorityMatchFormat()