Skip to content

Commit

Permalink
Disable WebNN CPU for LeNet (#204)
Browse files Browse the repository at this point in the history
* Disable WebNN CPU for LeNet

* Comment out WebNN CPU backend until there is NCHW layout by transpose
  • Loading branch information
ibelem authored Mar 25, 2024
1 parent 24b069b commit cc9559c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 btn-outline-info" name="webnn">
<input type="radio" name="backend" id="webnn_cpu" autocomplete="off">WebNN (CPU)
</label>
<!-- <label class="btn btn-outline-info" 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)
</label>
Expand Down

0 comments on commit cc9559c

Please sign in to comment.