Home
last modified time | relevance | path

Searched refs:PriorBoxLayer (Results 1 – 16 of 16) sorted by relevance

/external/ComputeLibrary/examples/
Dgraph_ssd_mobilenet.cpp332 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/
DPriorBoxLayerNode.cpp87 return NodeType::PriorBoxLayer; in type()
/external/ComputeLibrary/tests/validation/NEON/
DPriorBoxLayer.cpp48 TEST_SUITE(PriorBoxLayer)
/external/ComputeLibrary/tests/validation/CL/
DPriorBoxLayer.cpp51 TEST_SUITE(PriorBoxLayer)
/external/ComputeLibrary/src/graph/backends/NEON/
DNENodeValidator.cpp100 case NodeType::PriorBoxLayer: in validate()
DNEFunctionFactory.cpp183 case NodeType::PriorBoxLayer: in create()
/external/ComputeLibrary/src/graph/backends/CL/
DCLNodeValidator.cpp103 case NodeType::PriorBoxLayer: in validate()
DCLFunctionsFactory.cpp299 case NodeType::PriorBoxLayer: in create()
/external/ComputeLibrary/arm_compute/graph/
DTypePrinter.h155 case NodeType::PriorBoxLayer:
DTypes.h230 PriorBoxLayer, enumerator
/external/ComputeLibrary/src/graph/mutators/
DSyntheticDataTypeMutator.cpp67 NodeType::PriorBoxLayer in is_mutation_supported()
/external/ComputeLibrary/tests/validation/
DCMakeLists.txt132 NEON/PriorBoxLayer.cpp
/external/ComputeLibrary/tests/
DCMakeLists.txt102 validation/reference/PriorBoxLayer.cpp
/external/ComputeLibrary/arm_compute/graph/backends/
DValidateHelpers.h509 template <typename PriorBoxLayer>
522 return PriorBoxLayer::validate(input0, input1, output, prior_info); in validate_priorbox_layer()
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h1086 class PriorBoxLayer final : public ILayer
1094 PriorBoxLayer(SubStream &&sub_stream, const PriorBoxLayerInfo &prior_info) in PriorBoxLayer() function
/external/ComputeLibrary/docs/user_guide/
Doperator_list.dox2371 <td rowspan="2">PriorBoxLayer