Skip to content

Commit

Permalink
Fix TFLite XNNPack delegate weight cache test when run in android emu…
Browse files Browse the repository at this point in the history
…lator.

PiperOrigin-RevId: 635898411
  • Loading branch information
qukhan authored and tensorflower-gardener committed May 21, 2024
1 parent f734975 commit 68dd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/delegates/xnnpack/weight_cache_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ TEST(WeightCacheBuilderTest, NonExistingPathFails) {
EXPECT_TRUE(builder.ShouldWrite());

EXPECT_FALSE(builder.Write(""));
EXPECT_FALSE(builder.Write("/selktjdsljf"));
EXPECT_FALSE(builder.Write("/selkt/jdsljf"));
}

struct FakeContext {
Expand Down

0 comments on commit 68dd380

Please sign in to comment.