[loco] Implement Type/Shape Inference for TensorBroadcast (#7306)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Sep 2019 23:57:28 +0000 (08:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Sep 2019 23:57:28 +0000 (08:57 +0900)
commit94b598d360643831d2090eb9879f3dcd998520f9
tree75f717d910d8573aca1259d95b8ee91611e439b5
parent8cd0cff7847d1f693d146bdaa67a9ebdd05739f9
[loco] Implement Type/Shape Inference for TensorBroadcast (#7306)

This commit implements type/shape inference for TensorBroadcast nodes.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/loco/src/Service/CanonicalShapeInferenceRule.cpp
compiler/loco/src/Service/CanonicalShapeInferenceRule.test.cpp
compiler/loco/src/Service/GraphBuilder.h
compiler/loco/src/Service/GraphTestcase.h
compiler/loco/src/Service/TypeInference.cpp
compiler/loco/src/Service/TypeInference.test.cpp