Home
last modified time | relevance | path

Searched refs:DetectionPostProcessLayer (Results 1 – 25 of 27) sorted by relevance

12

/external/armnn/src/armnn/layers/
DDetectionPostProcessLayer.cpp18 DetectionPostProcessLayer::DetectionPostProcessLayer(const DetectionPostProcessDescriptor& param, c… in DetectionPostProcessLayer() function in armnn::DetectionPostProcessLayer
23 std::unique_ptr<IWorkload> DetectionPostProcessLayer::CreateWorkload(const armnn::IWorkloadFactory&… in CreateWorkload()
32 DetectionPostProcessLayer* DetectionPostProcessLayer::Clone(Graph& graph) const in Clone()
34 auto layer = CloneBase<DetectionPostProcessLayer>(graph, m_Param, GetName()); in Clone()
39 void DetectionPostProcessLayer::ValidateTensorShapesFromInputs() in ValidateTensorShapesFromInputs()
80 std::vector<TensorShape> DetectionPostProcessLayer::InferOutputShapes(const std::vector<TensorShape… in InferOutputShapes()
92 Layer::ImmutableConstantTensors DetectionPostProcessLayer::GetConstantTensorsByRef() const in GetConstantTensorsByRef()
98 void DetectionPostProcessLayer::ExecuteStrategy(IStrategy& strategy) const in ExecuteStrategy()
DDetectionPostProcessLayer.hpp16 class DetectionPostProcessLayer : public LayerWithParameters<DetectionPostProcessDescriptor> class
30 DetectionPostProcessLayer* Clone(Graph& graph) const override;
49 DetectionPostProcessLayer(const DetectionPostProcessDescriptor& param, const char* name);
52 ~DetectionPostProcessLayer() = default;
/external/ComputeLibrary/src/graph/nodes/
DDetectionPostProcessLayerNode.cpp96 return NodeType::DetectionPostProcessLayer; in type()
/external/ComputeLibrary/tests/validation/
DCMakeLists.txt34 CPP/DetectionPostProcessLayer.cpp
80 NEON/DetectionPostProcessLayer.cpp
/external/ComputeLibrary/src/graph/backends/NEON/
DNENodeValidator.cpp86 case NodeType::DetectionPostProcessLayer: in validate()
DNEFunctionFactory.cpp155 case NodeType::DetectionPostProcessLayer: in create()
/external/ComputeLibrary/src/graph/backends/CL/
DCLNodeValidator.cpp89 case NodeType::DetectionPostProcessLayer: in validate()
DCLFunctionsFactory.cpp265 case NodeType::DetectionPostProcessLayer: in create()
/external/ComputeLibrary/arm_compute/graph/
DTypePrinter.h98 case NodeType::DetectionPostProcessLayer:
DTypes.h213 DetectionPostProcessLayer, enumerator
/external/armnn/src/armnn/test/
DShapeInferenceTests.cpp371 auto layer = BuildGraph<DetectionPostProcessLayer>(&graph,
378 …RunShapeInferenceTest<DetectionPostProcessLayer>(layer, {{ 1, 3, 4 }, { 1, 3 }, { 1, 3 }, { 1 }});
DOptimizerTests.cpp707DetectionPostProcessLayer* layer = graph.AddLayer<DetectionPostProcessLayer>(descriptor, "detectio…
/external/armnn/src/armnnSerializer/
DArmnnSchema.fbs778 table DetectionPostProcessLayer {
1081 DetectionPostProcessLayer,
/external/ComputeLibrary/arm_compute/graph/backends/
DValidateHelpers.h335 template <typename DetectionPostProcessLayer>
352 …return DetectionPostProcessLayer::validate(input0, input1, input2, output0, output1, output2, outp… in validate_detection_post_process_layer()
/external/armnn/src/backends/backendsCommon/test/
DIsLayerSupportedTestImpl.hpp292 struct DummyLayer<armnn::DetectionPostProcessLayer>
296 …m_Layer = dummyGraph.AddLayer<armnn::DetectionPostProcessLayer>(armnn::DetectionPostProcessDescrip… in DummyLayer()
306 armnn::DetectionPostProcessLayer* m_Layer;
/external/ComputeLibrary/tests/validation/NEON/
DDetectionPostProcessLayer.cpp182 TEST_SUITE(DetectionPostProcessLayer) in TEST_SUITE() argument
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h608 class DetectionPostProcessLayer final : public ILayer
618DetectionPostProcessLayer(SubStream &&sub_stream_class_prediction, DetectionPostProcessLayerInfo d…
/external/ComputeLibrary/tests/validation/CPP/
DDetectionPostProcessLayer.cpp208 TEST_SUITE(DetectionPostProcessLayer) in TEST_SUITE() argument
/external/armnn/generated/
DArmnnSchema_generated.h314 struct DetectionPostProcessLayer;
1688 template<> struct LayerTraits<armnnSerializer::DetectionPostProcessLayer> {
7925 struct DetectionPostProcessLayer FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
7954 typedef DetectionPostProcessLayer Table;
7958 fbb_.AddOffset(DetectionPostProcessLayer::VT_BASE, base);
7961 fbb_.AddOffset(DetectionPostProcessLayer::VT_DESCRIPTOR, descriptor);
7964 fbb_.AddOffset(DetectionPostProcessLayer::VT_ANCHORS, anchors);
7970 flatbuffers::Offset<DetectionPostProcessLayer> Finish() {
7972 auto o = flatbuffers::Offset<DetectionPostProcessLayer>(end);
7977 inline flatbuffers::Offset<DetectionPostProcessLayer> CreateDetectionPostProcessLayer(
[all …]
/external/armnn/
DAndroid.bp143 "src/armnn/layers/DetectionPostProcessLayer.cpp",
DCMakeLists.txt224 src/armnn/layers/DetectionPostProcessLayer.hpp
225 src/armnn/layers/DetectionPostProcessLayer.cpp
/external/ComputeLibrary/examples/
Dgraph_ssd_mobilenet.cpp681 detection_ouput << DetectionPostProcessLayer(std::move(class_pred), in create_graph_qasymm()
/external/armnn/src/backends/backendsCommon/
DWorkloadFactory.cpp375 auto cLayer = PolymorphicDowncast<const DetectionPostProcessLayer*>(&layer); in IsLayerConfigurationSupported()
/external/armnn/src/armnn/
DNetwork.cpp2152 const auto layer = m_Graph->AddLayer<DetectionPostProcessLayer>(descriptor, name); in AddDetectionPostProcessLayer()
/external/armnn/docs/
D02_operator_list.dox1024 <td rowspan="2">DetectionPostProcessLayer

12