Searched defs:PipelineOptions (Results 1 – 3 of 3) sorted by relevance
32 struct PipelineOptions { struct36 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize()40 unsigned MicroOpQueueSize;41 unsigned DecodersThroughput; // Instructions per cycle.42 unsigned DispatchWidth;43 unsigned RegisterFileSize;44 unsigned LoadQueueSize;45 unsigned StoreQueueSize;69 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
33 struct PipelineOptions { struct37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize()41 unsigned MicroOpQueueSize;42 unsigned DecodersThroughput; // Instructions per cycle.43 unsigned DispatchWidth;44 unsigned RegisterFileSize;45 unsigned LoadQueueSize;46 unsigned StoreQueueSize;70 std::unique_ptr<Pipeline> createDefaultPipeline(const PipelineOptions &Opts, argument
42 struct PipelineOptions struct44 std::string m_ModelName;45 std::string m_ModelFilePath;46 std::vector<armnn::BackendId> m_backends;47 bool m_ProfilingEnabled = false;