Skip to content

Commit

Permalink
Update coreml.js (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Oct 7, 2022
1 parent 9b1f6d5 commit aed22ba
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 200 deletions.
4 changes: 2 additions & 2 deletions source/coreml-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"category": "Tensor",
"description": "A layer that concatenates along the channel axis (default) or sequence axis.",
"inputs": [
{ "name": "inputs", "option": "variadic" }
{ "name": "inputs", "type": "Tensor[]" }
]
},
{
Expand Down Expand Up @@ -127,7 +127,7 @@
{
"name": "featureVectorizer",
"inputs": [
{ "name": "inputs", "option": "variadic" }
{ "name": "inputs", "type": "Tensor[]" }
]
},
{
Expand Down
Loading

0 comments on commit aed22ba

Please sign in to comment.