Home
last modified time | relevance | path

Searched refs:int_mul (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dintobject.c522 int_mul(PyObject *v, PyObject *w) in int_mul() function
1371 (binaryfunc)int_mul, /*nb_multiply*/
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmap_lmhlo_to_scalar_op.h382 Value int_mul = MapLhloOpToStdScalarOpImpl<IntegerType, ::mlir::MulIOp>{}(
385 loc, result_types, {int_mul, result}, b);