Skip to content

Commit

Permalink
Disable WebNN CPU for LeNet
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Mar 25, 2024
1 parent 86eb311 commit 6007991
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,8 +34,8 @@
<label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_gpu" autocomplete="off">WebGL (GPU)
</label>
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off">WebNN (CPU)
<label class="btn disabled btn-outline-secondary" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off" disabled>WebNN (CPU)
</label>
<label class="btn btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_gpu" autocomplete="off">WebNN (GPU)
Expand Down

0 comments on commit 6007991

Please sign in to comment.