Searched refs:PriorBoxLayer (Results 1 – 16 of 16) sorted by relevance
/external/ComputeLibrary/examples/ |
D | graph_ssd_mobilenet.cpp | 332 conv_11_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float() 337 conv_13_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float() 342 conv_14_2_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float() 347 conv_15_2_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float() 352 conv_16_2_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float() 357 conv_17_2_mbox_priorbox << PriorBoxLayer(SubStream(graph), in create_graph_float()
|
/external/ComputeLibrary/src/graph/nodes/ |
D | PriorBoxLayerNode.cpp | 87 return NodeType::PriorBoxLayer; in type()
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | PriorBoxLayer.cpp | 48 TEST_SUITE(PriorBoxLayer)
|
/external/ComputeLibrary/tests/validation/CL/ |
D | PriorBoxLayer.cpp | 51 TEST_SUITE(PriorBoxLayer)
|
/external/ComputeLibrary/src/graph/backends/NEON/ |
D | NENodeValidator.cpp | 100 case NodeType::PriorBoxLayer: in validate()
|
D | NEFunctionFactory.cpp | 183 case NodeType::PriorBoxLayer: in create()
|
/external/ComputeLibrary/src/graph/backends/CL/ |
D | CLNodeValidator.cpp | 103 case NodeType::PriorBoxLayer: in validate()
|
D | CLFunctionsFactory.cpp | 299 case NodeType::PriorBoxLayer: in create()
|
/external/ComputeLibrary/arm_compute/graph/ |
D | TypePrinter.h | 155 case NodeType::PriorBoxLayer:
|
D | Types.h | 230 PriorBoxLayer, enumerator
|
/external/ComputeLibrary/src/graph/mutators/ |
D | SyntheticDataTypeMutator.cpp | 67 NodeType::PriorBoxLayer in is_mutation_supported()
|
/external/ComputeLibrary/tests/validation/ |
D | CMakeLists.txt | 132 NEON/PriorBoxLayer.cpp
|
/external/ComputeLibrary/tests/ |
D | CMakeLists.txt | 102 validation/reference/PriorBoxLayer.cpp
|
/external/ComputeLibrary/arm_compute/graph/backends/ |
D | ValidateHelpers.h | 509 template <typename PriorBoxLayer> 522 return PriorBoxLayer::validate(input0, input1, output, prior_info); in validate_priorbox_layer()
|
/external/ComputeLibrary/arm_compute/graph/frontend/ |
D | Layers.h | 1086 class PriorBoxLayer final : public ILayer 1094 PriorBoxLayer(SubStream &&sub_stream, const PriorBoxLayerInfo &prior_info) in PriorBoxLayer() function
|
/external/ComputeLibrary/docs/user_guide/ |
D | operator_list.dox | 2371 <td rowspan="2">PriorBoxLayer
|