Home
last modified time | relevance | path

Searched defs:InferenceTestOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/tests/
H A DInferenceTest.hpp59 struct InferenceTestOptions struct
61 unsigned int m_IterationCount;
62 std::string m_InferenceTimesFile;
63 bool m_EnableProfiling;
64 std::string m_DynamicBackendsPath;
66 InferenceTestOptions() in InferenceTestOptions() function