Searched refs:inputChannels (Results 1 – 2 of 2) sorted by relevance
190 int64_t inputChannels = weightTy.getDimSize(3); in matchAndRewrite() local224 stride[1], inputChannels}; in matchAndRewrite()241 weightWidth / stride[1], inputChannels}; in matchAndRewrite()
1181 int32_t inputChannels = ShapedType::kDynamicSize; in inferReturnTypeComponents() local1193 inputChannels = inputShape.getDimSize(3); in inferReturnTypeComponents()1201 inputChannels = ShapedType::isDynamic(inputChannels) in inferReturnTypeComponents()1203 : inputChannels; in inferReturnTypeComponents()1209 if (!ShapedType::isDynamic(inputChannels) && in inferReturnTypeComponents()1211 outputShape[3] = inputChannels * depthChannels; in inferReturnTypeComponents()