Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1422 SmallVector<int64_t, 4> temp_start_indices; in matchAndRewrite() local
1428 temp_start_indices.push_back(*(val.getRawData())); in matchAndRewrite()
1436 GetI64ElementsAttr(temp_start_indices, &rewriter); in matchAndRewrite()