Home
last modified time | relevance | path

Searched refs:hlo_end_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
3110 hlo_end_indices.reserve(input_rank); in rewriteWithConstantBegin()
3140 hlo_end_indices.push_back(end); in rewriteWithConstantBegin()
3152 GetI64ElementsAttr(hlo_end_indices, &rewriter), in rewriteWithConstantBegin()