Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1185 int32_t depthChannels = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1204 depthChannels = weightShape.getDimSize(3); in inferReturnTypeComponents()
1210 !ShapedType::isDynamic(depthChannels)) { in inferReturnTypeComponents()
1211 outputShape[3] = inputChannels * depthChannels; in inferReturnTypeComponents()