Skip to content
Snippets Groups Projects
Commit c1c35a65 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : Expand shape input was set as Param instead of Data

parent ef5bccde
No related branches found
No related tags found
1 merge request!319feat_operator_convtranspose
...@@ -73,7 +73,7 @@ class Expand_Op ...@@ -73,7 +73,7 @@ class Expand_Op
*/ */
Expand_Op() Expand_Op()
: OperatorTensor(Type, : OperatorTensor(Type,
{InputCategory::Data, InputCategory::Param}, {InputCategory::Data, InputCategory::Data},
1) {} 1) {}
Expand_Op(const Expand_Op &op); Expand_Op(const Expand_Op &op);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment