Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc3067 int64_t linear_base_index_multiplyer = 1; in fold() local
3072 linear_base_index += base_index[i] * linear_base_index_multiplyer; in fold()
3073 linear_base_index_multiplyer *= base_type.getShape()[i]; in fold()