Home
last modified time | relevance | path

Searched defs:DimensionVector (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc1134 struct DimensionVector { struct
1135 llvm::ArrayRef<int64_t> AxesArray() const { return axes; } in AxesArray()
1136 llvm::ArrayRef<int64_t> SizesArray() const { return sizes; } in SizesArray()
1138 llvm::SmallVector<int64_t, 4> axes;
1139 llvm::SmallVector<int64_t, 4> sizes;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dutil.h69 using DimensionVector = absl::InlinedVector<int64_t, InlineRank()>; variable