Skip to content

Commit

Permalink
Remove the div kernel.
Browse files Browse the repository at this point in the history
Workaround for http://b/184059002
  • Loading branch information
advaitjain committed Mar 30, 2021
1 parent 8a7a62c commit 88fba07
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 589 deletions.
1 change: 0 additions & 1 deletion tensorflow/lite/micro/all_ops_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ AllOpsResolver::AllOpsResolver() {
AddDepthwiseConv2D();
AddDequantize();
AddDetectionPostprocess();
AddDiv();
AddElu();
AddEqual();
AddEthosU();
Expand Down
206 changes: 0 additions & 206 deletions tensorflow/lite/micro/kernels/div.cc

This file was deleted.

0 comments on commit 88fba07

Please sign in to comment.