Searched refs:round_to_int (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/conversions/ |
D | conversions_data_info.h | 84 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/ |
D | reference.py | 181 def round_to_int(a, dtype): member in ReferenceAnalysis 278 def round_to_int(a, dtype): member in PythonReferenceAnalysis
|
D | value_ranges.py | 822 def round_to_int(cls, number, dtype): member in SymPyValueRangeAnalysis
|
/external/pytorch/torch/fx/experimental/ |
D | validator.py | 221 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/ |
D | ops_handler.py | 178 def round_to_int(self, x: T, dtype: torch.dtype) -> T: member in OpsHandler
|
/external/pytorch/torch/_inductor/codegen/ |
D | common.py | 872 def round_to_int(a, dtype): member in OpOverrides
|