Searched refs:outStaticShape (Results 1 – 1 of 1) sorted by relevance
1354 int64_t outDimSize = outStaticShape[outDimIndex]; in getExpandedOutputDimSize()1365 int64_t otherDimSize = outStaticShape[otherDimIndex]; in getExpandedOutputDimSize()1413 ArrayRef<int64_t> outStaticShape) { in getCollapsedOutputShape() argument1415 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getCollapsedOutputShape()1417 outStaticShape[outDimIndex], in getCollapsedOutputShape()1427 ArrayRef<int64_t> outStaticShape) { in getExpandedOutputShape() argument1431 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getExpandedOutputShape()1442 ArrayRef<int64_t> outStaticShape) { in getDynamicOutputShape() argument1443 return outStaticShape.size() < inStaticShape.size() in getDynamicOutputShape()1447 inDesc, outStaticShape)) in getDynamicOutputShape()[all …]