Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp460 const float initValue1 = 3.14f, initValue2 = 2.72f; in TEST_F() local
462 auto ashmem2 = TestAshmem::createFrom(&initValue2, sizeof(float)); in TEST_F()