Skip to content

Commit

Permalink
Add some new ops in ops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Nov 2, 2019
1 parent 9fdc96f commit b72182e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,53 @@
name: Logistic
shaper: Identity
api: 27
-
name: PReLU
input:
-
name: alpha
nnapi_type: tensor
cpp_type: str
shaper: Identity
api: 29
converter: false
-
name: Pow
input:
-
name: exp
nnapi_type: tensor
cpp_type: str
shaper: Identity
api: 29
-
name: Neg
shaper: Identity
api: 29
-
name: Minimum
base_input_num: 2
shaper: Identity
api: 29
-
name: Maximum
base_input_num: 2
shaper: Identity
api: 29
-
name: Log
shaper: Identity
api: 29
#-
# name: Mean
# input:
# -
# name: dims
# nnapi_type: tensor
# cpp_type: int32_list
# needed_by_shaper: true
# -
# name: keep_dims
# nnapi_type: scalar
# cpp_type: bool
# api: 28

0 comments on commit b72182e

Please sign in to comment.