Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1089 int32_t inputDepth = ShapedType::kDynamicSize; in inferReturnTypeComponents() local
1101 inputDepth = inputShape.getDimSize(3); in inferReturnTypeComponents()
1144 if (!ShapedType::isDynamic(inputDepth) && in inferReturnTypeComponents()
1146 int32_t inputSize = inputDepth + padding[4] + padding[5]; in inferReturnTypeComponents()