Home
last modified time | relevance | path

Searched refs:placeholderByte (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp556 uint8_t placeholderByte = 0; in TEST_P() local
560 ASSERT_GE(read(modelCache[i].get(), &placeholderByte, 1), 0); in TEST_P()
563 ASSERT_GE(read(dataCache[i].get(), &placeholderByte, 1), 0); in TEST_P()