Home
last modified time | relevance | path

Searched refs:rounding_type (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/jit/codegen/onednn/
Dgraph_helper.cpp235 auto rounding_type = in createOperator() local
246 dnnl::graph::op::attr::rounding_type, std::string(rounding_type)) in createOperator()
251 auto rounding_type = in createOperator() local
264 dnnl::graph::op::attr::rounding_type, std::string(rounding_type)) in createOperator()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compute_transforms.cpp370 … nir_alu_type rounding_type = key->query_resolve.is_signed ? nir_type_int : nir_type_uint; in get_query_resolve() local
371 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()
/external/ComputeLibrary/src/core/
DUtils.cpp368 const DimensionRoundingType &rounding_type) in calculate_same_pad() argument
381 …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()
/external/ComputeLibrary/utils/
DTypePrinter.h2173 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() argument
3256 str << rounding_type; in to_string()
/external/ComputeLibrary/arm_compute/core/
DUtils.h750 … const DimensionRoundingType &rounding_type = DimensionRoundingType::FLOOR);