Searched defs:reduce_expr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opcodes.py | 177 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, argument 590 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, argument 616 def binop_reduce_all_sizes(name, output_size, src_type, prereduce_expr, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | dot_op_emitter.cc | 297 mlir::AffineExpr reduce_expr; in EmitLinalgMatmul() local
|