Fix typo.

PiperOrigin-RevId: 516834369
This commit is contained in:
Fergus Henderson 2023-03-15 08:39:14 -07:00 committed by Copybara-Service
parent c8b56439af
commit 04ffb8432e

View File

@ -52,7 +52,7 @@ constexpr char kMobileNetV3Embedder[] =
constexpr double kSimilarityTolerancy = 1e-6; constexpr double kSimilarityTolerancy = 1e-6;
// Utility function to check the sizes, head_index and head_names of a result // Utility function to check the sizes, head_index and head_names of a result
// procduced by kMobileNetV3Embedder. // produced by kMobileNetV3Embedder.
void CheckMobileNetV3Result(const ImageEmbedderResult& result, bool quantized) { void CheckMobileNetV3Result(const ImageEmbedderResult& result, bool quantized) {
EXPECT_EQ(result.embeddings.size(), 1); EXPECT_EQ(result.embeddings.size(), 1);
EXPECT_EQ(result.embeddings[0].head_index, 0); EXPECT_EQ(result.embeddings[0].head_index, 0);