Add Pack to operator_properties.
Fixes #33572 PiperOrigin-RevId: 281981340 Change-Id: I79e971c35f328131df684f80a6cb9aa1d77abb4c
This commit is contained in:
parent
e515908529
commit
d8668d9e03
@ -286,6 +286,12 @@ OperatorProperty GetOperatorProperty(const ModelT* model, int subgraph_index,
|
||||
property.outputs = {{0, {}}};
|
||||
property.version = 2;
|
||||
break;
|
||||
case BuiltinOperator_PACK:
|
||||
property.arbitrary_inputs = true;
|
||||
property.outputs = {{0, {}}};
|
||||
property.restrict_same_input_output_scale = true;
|
||||
property.version = 2;
|
||||
break;
|
||||
case BuiltinOperator_PAD:
|
||||
case BuiltinOperator_PADV2:
|
||||
property.inputs = {{0, {}}};
|
||||
|
Loading…
Reference in New Issue
Block a user