Searched refs:rounding_type (Results 1 – 5 of 5) sorted by relevance
235 auto rounding_type = in createOperator() local246 dnnl::graph::op::attr::rounding_type, std::string(rounding_type)) in createOperator()251 auto rounding_type = in createOperator() local264 dnnl::graph::op::attr::rounding_type, std::string(rounding_type)) in createOperator()
370 … nir_alu_type rounding_type = key->query_resolve.is_signed ? nir_type_int : nir_type_uint; in get_query_resolve() local371 nir_alu_type src_round = (nir_alu_type)(rounding_type | 64); in get_query_resolve()372 nir_alu_type dst_round = (nir_alu_type)(rounding_type | bit_size); in get_query_resolve()
368 const DimensionRoundingType &rounding_type) in calculate_same_pad() argument381 …const auto is_ceil = static_cast<unsigned int>(rounding_type == DimensionRoundingType::… in calculate_same_pad()399 … same_info(strides.first, strides.second, pad_left, pad_right, pad_top, pad_bottom, rounding_type); in calculate_same_pad()
2173 inline ::std::ostream &operator<<(::std::ostream &os, const DimensionRoundingType &rounding_type)2175 switch(rounding_type)3253 inline std::string to_string(const DimensionRoundingType &rounding_type) in to_string() argument3256 str << rounding_type; in to_string()
750 … const DimensionRoundingType &rounding_type = DimensionRoundingType::FLOOR);