Make Shape working with forwardDims()
parent
269145ad
No related branches found
No related tags found
-
@olivierbichler this commit is annoying.
Indeed this force Shape to have an implementation in order to run forward_dims, otherwise mOutputs[0]->getImpl() -> 0x0.
Is it possible to revert it? If so I would like ot do it in !291 (merged)
-
@cmoineau But Shape is supposed to have a default implementation, in which case this is an issue?
-
In case we do the import of an ONNX followed by a forward dims followed by an ONNX export. In this case we don't have access to any backend of intermediate tensor.
Edited by Cyril Moineau
Please register or sign in to comment