Home
last modified time | relevance | path

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

/external/android-nn-driver/test/1.2/
DDilation.cpp18 options.m_IsPaddingExplicit = true; in BOOST_AUTO_TEST_CASE()
28 options.m_IsPaddingExplicit = true; in BOOST_AUTO_TEST_CASE()
38 options.m_IsPaddingExplicit = false; in BOOST_AUTO_TEST_CASE()
48 options.m_IsPaddingExplicit = false; in BOOST_AUTO_TEST_CASE()
58 options.m_IsPaddingExplicit = true; in BOOST_AUTO_TEST_CASE()
68 options.m_IsPaddingExplicit = true; in BOOST_AUTO_TEST_CASE()
78 options.m_IsPaddingExplicit = false; in BOOST_AUTO_TEST_CASE()
88 options.m_IsPaddingExplicit = false; in BOOST_AUTO_TEST_CASE()
/external/android-nn-driver/test/
DDilation.hpp27 m_IsPaddingExplicit{false},
34 bool m_IsPaddingExplicit; member
113 if (options.m_IsPaddingExplicit) in DilationTestImpl()