Home
last modified time | relevance | path

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

/external/armnn/tests/
DInferenceTest.hpp57 struct InferenceTestOptions struct
59 unsigned int m_IterationCount;
60 std::string m_InferenceTimesFile;
61 bool m_EnableProfiling;
62 std::string m_DynamicBackendsPath;
64 InferenceTestOptions() in InferenceTestOptions() function