Commit 8eb8cd1
authored
Name Correction op_full_like (#12755)
### Summary
Operator and dtype selective build requires operator names to match
operators in use. This changes corrects the name for `full_like`
operator.
### Test plan
OpenAI's whisper-tiny encoder model requires the full_like operator.
Modified the `examples/selective_build/test_selective_build.sh` script
to use the pte from this model. Model previous crashed with missing
operator, but now completes without error. I.e. ran `bash
examples/selective_build/test_selective_build.sh cmake`.1 parent a30bbdd commit 8eb8cd1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments