Searched refs:_try_cast_integer_to_float (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset8.py | 154 def _try_cast_integer_to_float(g: jit_utils.GraphContext, *args): function 194 _, input, other = _try_cast_integer_to_float(g, input, other) 213 old_type, self, other = _try_cast_integer_to_float(g, self, other) 234 old_type, self, weight = _try_cast_integer_to_float(g, self, weight) 255 old_type, self, other, zero_constant = _try_cast_integer_to_float( 270 old_type, self, mat1, mat2 = _try_cast_integer_to_float(g, self, mat1, mat2) 305 old_type, input = _try_cast_integer_to_float(g, input) 313 old_type, input = _try_cast_integer_to_float(g, input)
|