Skip to content

Commit c551f20

Browse files
pssrawatfacebook-github-bot
authored andcommitted
Regenerate edge.yaml
Summary: test_edge_yaml is failing because he ASR model was changed in D46958043. Regenerate edge.yaml for the updated ASR model: ``` buck2 run //executorch/exir/dialects/edge:yaml_generator -- --regenerate=true ``` Reviewed By: larryliu0820 Differential Revision: D47155136 fbshipit-source-id: d6068e087da2a07f776b581fe574ef2c0b82ce6d
1 parent 7c3cf08 commit c551f20

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

exir/dialects/edge/edge.yaml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This yaml file is auto-generated by //executorch/exir/dialects/edge/yaml_generator.py
44
# Please do not update it manually.
5-
# If anything is not up-to-date, please rerun the binary target. Optional argument: --refresh.
5+
# If anything is not up-to-date, please rerun the binary target. Optional argument: --regenerate.
66
- func: aten::_log_softmax
77
namespace: edge
88
inherits: aten::_log_softmax
@@ -198,15 +198,6 @@
198198
- self: T0
199199
__ret_0: T0
200200

201-
- func: aten::lift_fresh_copy
202-
namespace: edge
203-
inherits: aten::lift_fresh_copy
204-
type_alias:
205-
T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
206-
type_constraint:
207-
- self: T0
208-
__ret_0: T0
209-
210201
- func: aten::masked_fill.Scalar
211202
namespace: edge
212203
inherits: aten::masked_fill.Scalar
@@ -245,16 +236,6 @@
245236
mask: T0
246237
__ret_0: T7
247238

248-
- func: aten::minimum
249-
namespace: edge
250-
inherits: aten::minimum
251-
type_alias:
252-
T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
253-
type_constraint:
254-
- self: T0
255-
other: T0
256-
__ret_0: T0
257-
258239
- func: aten::mm
259240
namespace: edge
260241
inherits: aten::mm
@@ -324,15 +305,6 @@
324305
- self: T0
325306
__ret_0: T0
326307

327-
- func: aten::select_copy.int
328-
namespace: edge
329-
inherits: aten::select_copy.int
330-
type_alias:
331-
T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
332-
type_constraint:
333-
- self: T0
334-
__ret_0: T0
335-
336308
- func: aten::sigmoid
337309
namespace: edge
338310
inherits: aten::sigmoid
@@ -439,16 +411,3 @@
439411
T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
440412
type_constraint:
441413
- __ret_0: T0
442-
443-
- func: jarvis_nn_ops::attention_mask
444-
namespace: edge
445-
inherits: jarvis_nn_ops::attention_mask
446-
type_alias:
447-
T0: [Bool, Byte, Char, Double, Float, Int, Long, Short]
448-
T1: [Float]
449-
T2: [Int]
450-
type_constraint:
451-
- input: T0
452-
start: T2
453-
stop: T2
454-
__ret_0: T1

exir/dialects/edge/yaml_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def to_yaml(self, yaml_stream: IO) -> List[str]:
387387
)
388388
yaml_stream.write("# Please do not update it manually.\n")
389389
yaml_stream.write(
390-
"# If anything is not up-to-date, please rerun the binary target. Optional argument: --refresh.\n"
390+
"# If anything is not up-to-date, please rerun the binary target. Optional argument: --regenerate.\n"
391391
)
392392

393393
yaml_list: List[Dict[str, Any]] = []

0 commit comments

Comments
 (0)