Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.cc234 llvm::SmallVector<int64_t, 16> shape_backing; in RefineShapes() local
243 shape_backing.resize(count); in RefineShapes()
253 shape_backing[offset] = dim.size; in RefineShapes()
260 llvm::ArrayRef<int64_t>(&shape_backing[start], offset - start)); in RefineShapes()