Lines Matching defs:ExecuteNetworkParams
17 struct ExecuteNetworkParams struct
19 enum class TfLiteExecutor
26 bool m_AllowExpandedDims;
27 std::string m_CachedNetworkFilePath;
28 std::vector<armnn::BackendId> m_ComputeDevices;
29 bool m_Concurrent;
30 bool m_DequantizeOutput;
31 std::string m_DynamicBackendsPath;
32 bool m_EnableBf16TurboMode;
33 bool m_EnableFastMath = false;
34 bool m_EnableFp16TurboMode;
35 bool m_EnableLayerDetails = false;
36 bool m_EnableProfiling;
37 bool m_GenerateTensorData;
38 bool m_InferOutputShape = false;
39 bool m_EnableDelegate = false;
40 bool m_IsModelBinary;
41 std::vector<std::string> m_InputNames;
42 std::vector<std::string> m_InputTensorDataFilePaths;
43 std::vector<armnn::TensorShape> m_InputTensorShapes;
44 size_t m_Iterations;
45 std::string m_ModelPath;
46 unsigned int m_NumberOfThreads;
47 bool m_OutputDetailsToStdOut;
48 bool m_OutputDetailsOnlyToStdOut;
49 std::vector<std::string> m_OutputNames;
73 /// A utility method that populates a DelegateOptions object from this ExecuteNetworkParams. argument