Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
save
  • Loading branch information
dsmilkov committed Sep 13, 2019
commit f3c49a200f88b5474547d9a638e6adbca9024bc7
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def register_prelu_op():
"""

value = attr_value_pb2.AttrValue()
value.list.type.extend([types_pb2.DataType.DT_FLOAT])
value.list.type.extend([types_pb2.DT_FLOAT])
attr = op_def_pb2.OpDef.AttrDef()
attr.name = 'T'
attr.type = 'type'
Expand Down