Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendercontext.h76 std::vector<Layer> m_Layers; variable
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DSubgraphView.hpp207 Layers m_Layers; member in armnn::SubgraphView
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonUnidirectionalSequenceLstmWorkload.hpp36 mutable std::vector<std::unique_ptr<arm_compute::NEQLSTMLayer>> m_Layers; member in armnn::NeonUnidirectionalSequenceLstmWorkload
H A DNeonUnidirectionalSequenceLstmFloatWorkload.hpp37 mutable std::vector<std::unique_ptr<arm_compute::NELSTMLayer>> m_Layers; member in armnn::NeonUnidirectionalSequenceLstmFloatWorkload
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClUnidirectionalSequenceLstmFloatWorkload.hpp39 mutable std::vector<std::unique_ptr<arm_compute::CLLSTMLayer>> m_Layers; member in armnn::ClUnidirectionalSequenceLstmFloatWorkload
/aosp_15_r20/external/armnn/src/armnn/
H A DGraph.hpp285 mutable LayerList m_Layers; member in armnn::Graph