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
3 merge requests!414Update version 0.5.1 -> 0.6.0,!408[Add] Dropout Operator,!319feat_operator_convtranspose
......@@ -73,7 +73,7 @@ class Expand_Op
*/
Expand_Op()
: OperatorTensor(Type,
{InputCategory::Data, InputCategory::Param},
{InputCategory::Data, InputCategory::Data},
1) {}
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