Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_parallel_loops.cc95 MappedIvs mapped_ivs; in MapWindowIvsToInput() local
112 mapped_ivs.in_bounds = b->create<mlir::ConstantOp>( in MapWindowIvsToInput()
130 mapped_ivs.in_bounds = b->create<mlir::AndOp>( in MapWindowIvsToInput()
131 loc, mapped_ivs.in_bounds, in MapWindowIvsToInput()
133 mapped_ivs.ivs.push_back(index); in MapWindowIvsToInput()
135 return mapped_ivs; in MapWindowIvsToInput()
432 MappedIvs mapped_ivs = in CreateReduceOpInNestedParallelLoops() local
437 loc, operand_type.getElementType(), mapped_ivs.in_bounds, in CreateReduceOpInNestedParallelLoops()
443 loc, reduce_window_op.operand(), mapped_ivs.ivs); in CreateReduceOpInNestedParallelLoops()
610 MappedIvs mapped_ivs = in SelectIvs() local
[all …]