Skip to content

Commit

Permalink
Comment out WebNN CPU backend until there is NCHW layout by transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Mar 25, 2024
1 parent 6007991 commit 13936f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lenet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_gpu" autocomplete="off">WebGL (GPU)
</label>
<label class="btn disabled btn-outline-secondary" name="webnn">
<!-- <label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off" disabled>WebNN (CPU)
</label>
</label> -->
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_gpu" autocomplete="off">WebNN (GPU)
</label>
Expand Down

0 comments on commit 13936f1

Please sign in to comment.