Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc976 llvm::SmallVector<int64_t, 4> new_start_indices_shape( in NormalizeIndexVector() local
978 new_start_indices_shape.push_back(1); in NormalizeIndexVector()
979 indices_type = RankedTensorType::get(new_start_indices_shape, in NormalizeIndexVector()