Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc3105 SmallVector<int64_t, 4> hlo_begin_indices, hlo_end_indices, hlo_strides, in rewriteWithConstantBegin() local
3109 hlo_begin_indices.reserve(input_rank); in rewriteWithConstantBegin()
3139 hlo_begin_indices.push_back(begin); in rewriteWithConstantBegin()
3151 loc, input, GetI64ElementsAttr(hlo_begin_indices, &rewriter), in rewriteWithConstantBegin()