Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc306 for (auto index_item : llvm::zip(index_attr, items.getResults())) { in matchAndRewrite() local
307 int64_t output_index = std::get<0>(index_item).getSExtValue(); in matchAndRewrite()
308 Value item = std::get<1>(index_item); in matchAndRewrite()