/external/ComputeLibrary/src/graph/mutators/ |
D | InPlaceOperationMutator.cpp | 117 else if(node->type() == NodeType::DepthwiseConvolutionLayer) in try_in_place_depthwiseconv() 222 NodeType::DepthwiseConvolutionLayer, in mutate() 242 …DepthwiseConvolutionBatchNormalizationLayer || node->type() == NodeType::DepthwiseConvolutionLayer) in mutate()
|
D | NodeExecutionMethodMutator.cpp | 93 set_default_on_invalid_method(g, NodeType::DepthwiseConvolutionLayer, [](INode * n) in mutate()
|
D | SyntheticDataTypeMutator.cpp | 233 NodeType::DepthwiseConvolutionLayer, in handle_nodes_with_bias()
|
/external/ComputeLibrary/arm_compute/graph/nodes/ |
D | DepthwiseConvolutionLayerNode.h | 107 static constexpr NodeType node_type = NodeType::DepthwiseConvolutionLayer;
|
/external/ComputeLibrary/src/graph/backends/NEON/ |
D | NEFunctionFactory.cpp | 86 using DepthwiseConvolutionLayer = NEDepthwiseConvolutionLayer; typedef 149 case NodeType::DepthwiseConvolutionLayer: in create()
|
D | NENodeValidator.cpp | 80 case NodeType::DepthwiseConvolutionLayer: in validate()
|
/external/ComputeLibrary/tests/validate_examples/ |
D | graph_depthwiseconvolution.cpp | 351 …eConvolutionValidateExample final : public GraphValidateExample<DepthwiseConvolutionLayer, DepthCo… 361 DepthwiseConvolutionLayer GraphFunctionLayer(ExampleParams ¶ms) override in GraphFunctionLayer() 372 return DepthwiseConvolutionLayer(params.weights.width, params.weights.height, in GraphFunctionLayer()
|
/external/ComputeLibrary/arm_compute/graph/backends/ |
D | FusedDepthwiseConvolutionBatchNormalizationFunction.h | 122 typename FusedLayerTypes::DepthwiseConvolutionLayer _depth_conv_layer;
|
D | ValidateHelpers.h | 230 template <typename DepthwiseConvolutionLayer> 253 …status = DepthwiseConvolutionLayer::validate(input, weights, biases, output, conv_info, depth_mult… in validate_depthwise_convolution_layer()
|
D | FunctionHelpers.h | 774 template <typename DepthwiseConvolutionLayer, typename TargetInfo> 800 std::tie(func, func_name) = create_named_function<DepthwiseConvolutionLayer>( in create_depthwise_convolution_layer()
|
/external/ComputeLibrary/examples/ |
D | graph_mobilenet_v2.cpp | 225 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()
|
D | graph_mobilenet.cpp | 286 sg << DepthwiseConvolutionLayer( in get_dwsc_node_float() 326 sg << DepthwiseConvolutionLayer( in get_dwsc_node_qasymm()
|
D | graph_shufflenet.cpp | 205 << DepthwiseConvolutionLayer( in add_residual_block()
|
D | graph_ssd_mobilenet.cpp | 131 sg << DepthwiseConvolutionLayer( in get_node_A_float() 392 sg << DepthwiseConvolutionLayer( in get_node_A_qasymm()
|
/external/ComputeLibrary/src/graph/backends/CL/ |
D | CLNodeValidator.cpp | 83 case NodeType::DepthwiseConvolutionLayer: in validate()
|
D | CLFunctionsFactory.cpp | 82 using DepthwiseConvolutionLayer = CLDepthwiseConvolutionLayer; typedef 259 case NodeType::DepthwiseConvolutionLayer: in create()
|
/external/ComputeLibrary/arm_compute/graph/ |
D | TypePrinter.h | 101 case NodeType::DepthwiseConvolutionLayer:
|
D | Types.h | 210 DepthwiseConvolutionLayer, enumerator
|
/external/ComputeLibrary/tests/validation/ |
D | CMakeLists.txt | 137 NEON/DepthwiseConvolutionLayer.cpp
|
/external/ComputeLibrary/tests/ |
D | CMakeLists.txt | 107 validation/reference/DepthwiseConvolutionLayer.cpp
|
/external/ComputeLibrary/arm_compute/graph/frontend/ |
D | Layers.h | 481 class DepthwiseConvolutionLayer final : public ILayer 495 DepthwiseConvolutionLayer(unsigned int conv_width,
|
/external/ComputeLibrary/tests/validation/CL/ |
D | DepthwiseConvolutionLayer.cpp | 63 TEST_SUITE(DepthwiseConvolutionLayer) in TEST_SUITE() argument
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | DepthwiseConvolutionLayer.cpp | 74 TEST_SUITE(DepthwiseConvolutionLayer) in TEST_SUITE() argument
|
/external/ComputeLibrary/docs/user_guide/ |
D | release_version_and_change_log.dox | 1446 - graph::DepthwiseConvolutionLayer
|
D | operator_list.dox | 839 <td rowspan="2">DepthwiseConvolutionLayer
|