[luci] fix shape inference that infers CircleSparseToDense node shape (#4057)
authorseongwoo chae <mhs4670go@naver.com>
Tue, 1 Sep 2020 22:45:42 +0000 (07:45 +0900)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 22:45:42 +0000 (07:45 +0900)
commit83f3023d44cf874ab01750e35a5081504273633c
tree0bfafdf26cbf3a5d41db1ffe418fcfb860a183b0
parentcff008c6de903b7c4f004f08bb45cbd22c2de297
[luci] fix shape inference that infers CircleSparseToDense node shape (#4057)

This commit fixes shape inference that infers CircleSparseToDense node
shape.

output shape of this node should be inferred by `output_shape_node`
which is one of its inputs.

ONE-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>
compiler/luci/service/src/CircleShapeInferenceRule.cpp