Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc292 SmallVector<Value, 2> operand_strides(operand_rank, one); in InsertDynamicMemrefCastOp() local
302 operand_strides[i] = stride_so_far; in InsertDynamicMemrefCastOp()
344 operand_strides[dim]); in InsertDynamicMemrefCastOp()
Dlegalize_to_linalg.cc599 SmallVector<int64_t, 2> operand_strides; in InsertReshapeIfNecessary() local
601 if (failed(getStridesAndOffset(operand_type, operand_strides, in InsertReshapeIfNecessary()
622 new_strides.push_back(operand_strides[index]); in InsertReshapeIfNecessary()