Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/graph/mutators/
DInPlaceOperationMutator.cpp117 else if(node->type() == NodeType::DepthwiseConvolutionLayer) in try_in_place_depthwiseconv()
222 NodeType::DepthwiseConvolutionLayer, in mutate()
242 …DepthwiseConvolutionBatchNormalizationLayer || node->type() == NodeType::DepthwiseConvolutionLayer) in mutate()
DNodeExecutionMethodMutator.cpp93 set_default_on_invalid_method(g, NodeType::DepthwiseConvolutionLayer, [](INode * n) in mutate()
DSyntheticDataTypeMutator.cpp233 NodeType::DepthwiseConvolutionLayer, in handle_nodes_with_bias()
/external/ComputeLibrary/arm_compute/graph/nodes/
DDepthwiseConvolutionLayerNode.h107 static constexpr NodeType node_type = NodeType::DepthwiseConvolutionLayer;
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp86 using DepthwiseConvolutionLayer = NEDepthwiseConvolutionLayer; typedef
149 case NodeType::DepthwiseConvolutionLayer: in create()
DNENodeValidator.cpp80 case NodeType::DepthwiseConvolutionLayer: in validate()
/external/ComputeLibrary/tests/validate_examples/
Dgraph_depthwiseconvolution.cpp351 …eConvolutionValidateExample final : public GraphValidateExample<DepthwiseConvolutionLayer, DepthCo…
361 DepthwiseConvolutionLayer GraphFunctionLayer(ExampleParams &params) override in GraphFunctionLayer()
372 return DepthwiseConvolutionLayer(params.weights.width, params.weights.height, in GraphFunctionLayer()
/external/ComputeLibrary/arm_compute/graph/backends/
DFusedDepthwiseConvolutionBatchNormalizationFunction.h122 typename FusedLayerTypes::DepthwiseConvolutionLayer _depth_conv_layer;
DValidateHelpers.h230 template <typename DepthwiseConvolutionLayer>
253 …status = DepthwiseConvolutionLayer::validate(input, weights, biases, output, conv_info, depth_mult… in validate_depthwise_convolution_layer()
DFunctionHelpers.h774 template <typename DepthwiseConvolutionLayer, typename TargetInfo>
800 std::tie(func, func_name) = create_named_function<DepthwiseConvolutionLayer>( in create_depthwise_convolution_layer()
/external/ComputeLibrary/examples/
Dgraph_mobilenet_v2.cpp225 left << DepthwiseConvolutionLayer(3U, 3U, in get_expanded_conv_float()
361 << DepthwiseConvolutionLayer(3U, 3U, in create_graph_qasymm8()
422 << DepthwiseConvolutionLayer(3U, 3U, in get_expanded_conv_qasymm8()
Dgraph_mobilenet.cpp286 sg << DepthwiseConvolutionLayer( in get_dwsc_node_float()
326 sg << DepthwiseConvolutionLayer( in get_dwsc_node_qasymm()
Dgraph_shufflenet.cpp205 << DepthwiseConvolutionLayer( in add_residual_block()
Dgraph_ssd_mobilenet.cpp131 sg << DepthwiseConvolutionLayer( in get_node_A_float()
392 sg << DepthwiseConvolutionLayer( in get_node_A_qasymm()
/external/ComputeLibrary/src/graph/backends/CL/
DCLNodeValidator.cpp83 case NodeType::DepthwiseConvolutionLayer: in validate()
DCLFunctionsFactory.cpp82 using DepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer; typedef
259 case NodeType::DepthwiseConvolutionLayer: in create()
/external/ComputeLibrary/arm_compute/graph/
DTypePrinter.h101 case NodeType::DepthwiseConvolutionLayer:
DTypes.h210 DepthwiseConvolutionLayer, enumerator
/external/ComputeLibrary/tests/validation/
DCMakeLists.txt137 NEON/DepthwiseConvolutionLayer.cpp
/external/ComputeLibrary/tests/
DCMakeLists.txt107 validation/reference/DepthwiseConvolutionLayer.cpp
/external/ComputeLibrary/arm_compute/graph/frontend/
DLayers.h481 class DepthwiseConvolutionLayer final : public ILayer
495 DepthwiseConvolutionLayer(unsigned int conv_width,
/external/ComputeLibrary/tests/validation/CL/
DDepthwiseConvolutionLayer.cpp63 TEST_SUITE(DepthwiseConvolutionLayer) in TEST_SUITE() argument
/external/ComputeLibrary/tests/validation/NEON/
DDepthwiseConvolutionLayer.cpp74 TEST_SUITE(DepthwiseConvolutionLayer) in TEST_SUITE() argument
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox1446 - graph::DepthwiseConvolutionLayer
Doperator_list.dox839 <td rowspan="2">DepthwiseConvolutionLayer