Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc317 llvm::SmallVector<Value, 4> start_indices_vector; in matchAndRewrite() local
318 start_indices_vector.reserve(op.start_indices().size()); in matchAndRewrite()
330 start_indices_vector.push_back(clamped_index); in matchAndRewrite()
335 {static_cast<int64_t>(start_indices_vector.size())}, in matchAndRewrite()
338 op.getLoc(), start_indices_type, ValueRange(start_indices_vector)); in matchAndRewrite()