Lines Matching defs:biasShape
770 ShapeAdaptor biasShape(adaptor.getBias().getType());
784 if (biasShape.hasRank()) {
785 outShape[1] = outShape[1] == ShapedType::kDynamic ? biasShape.getDimSize(0)
1751 ShapeAdaptor biasShape(adaptor.getBias().getType());
1752 if (biasShape.hasRank()) {
1754 ? biasShape.getDimSize(0)
1821 ShapeAdaptor biasShape(adaptor.getBias().getType());
1822 if (biasShape.hasRank() && ShapedType::isDynamic(outputShape[4])) {
1823 outputShape[4] = biasShape.getDimSize(0);
1926 ShapeAdaptor biasShape(adaptor.getBias().getType());
1927 if (biasShape.hasRank()) {
1929 ? biasShape.getDimSize(0)
1997 ShapeAdaptor biasShape(adaptor.getInput().getType());
1998 if (biasShape.hasRank()) {
2000 ? biasShape.getDimSize(0)