Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1283 for (const APInt &raw_begin_index : begin_indices.getValues<APInt>()) { in verify() local
1284 int64_t begin_index = raw_begin_index.getSExtValue(); in verify()