aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2023-02-21 18:32:30 +0000
committerryan.oshea3 <ryan.oshea3@arm.com>2023-02-22 12:01:57 +0000
commitf0a35b8552ffcc39c5ebe2efc1ced15f813d8c09 (patch)
tree501d02dfd15ec2f913ea6f9c3a257ca82811e469 /docs
parentdf15c4e8a03423188d0598dc1a503c2d7a6d9f4e (diff)
downloadarmnn-f0a35b8552ffcc39c5ebe2efc1ced15f813d8c09.tar.gz
Fix segfault in ParseTransposeConv2d when output_shape is not constant
We currently check that output_shape is an input for transpose conv2d. If that is an input, we assume that it is constant and attempt to copy the data into the descriptor. When this data is not constant and instead comes from the output of another layer we segfault. When not constant we will use infer output shapes. * Adds a check into ParseTransposeConv2d that inputs[0] is constant Signed-off-by: Ryan OShea <ryan.oshea3@arm.com> Change-Id: I01176ae22974767a2306a3db749a029ed220d88b
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions