Add "nhwc" into the naming of indirection map function and tests

PiperOrigin-RevId: 338174699
diff --git a/test/resize-bilinear-operator-tester.h b/test/resize-bilinear-operator-tester.h
index a1d2b7c..8223277 100644
--- a/test/resize-bilinear-operator-tester.h
+++ b/test/resize-bilinear-operator-tester.h
@@ -220,7 +220,7 @@
     return this->iterations_;
   }
 
-  void TestF32() const {
+  void TestNHWCxF32() const {
     if (align_corners()) {
       ASSERT_FALSE(tf_legacy_mode());
     }