Home
last modified time | relevance | path

Searched refs:round_to_int (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/conversions/
Dconversions_data_info.h84 float round_to_int(float f);
256 float DataInfoSpec<InType, OutType>::round_to_int(float f) in round_to_int() function
353 cl_float x = round_to_int(inVal); in conv()
365 *out = round_to_int(inVal); in conv()
373 *out = round_to_int(inVal); in conv()
505 cl_float x = round_to_int(*in); in conv_sat()
540 cl_float f = round_to_int(*in); in conv_sat()
/external/pytorch/torch/utils/_sympy/
Dreference.py181 def round_to_int(a, dtype): member in ReferenceAnalysis
278 def round_to_int(a, dtype): member in PythonReferenceAnalysis
Dvalue_ranges.py822 def round_to_int(cls, number, dtype): member in SymPyValueRangeAnalysis
/external/pytorch/torch/fx/experimental/
Dvalidator.py221 def round_to_int(self, number: z3.ArithRef) -> z3.ArithRef: member in _Z3Ops
286 builtins.round: lift(ops.round_to_int),
369 def round_to_int(self, x: z3.ArithRef, dtype: torch.dtype) -> z3.ArithRef: member in SympyToZ3
370 return self._ops.round_to_int(x)
/external/pytorch/torch/_inductor/
Dops_handler.py178 def round_to_int(self, x: T, dtype: torch.dtype) -> T: member in OpsHandler
/external/pytorch/torch/_inductor/codegen/
Dcommon.py872 def round_to_int(a, dtype): member in OpOverrides