Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dvalidators.cc108 bool IsDimensionsDegenerateExceptLastOne(ArrayRef<int64_t> elements_shape) { in IsDimensionsDegenerateExceptLastOne()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc121 const ArrayRef<int64_t> elements_shape, in CanFuseConvOrDepthwiseConvShapes()
158 const auto elements_shape = elements.getType().getShape(); in CanFuseConvOrDepthwiseConv() local