Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dpool_test.py34 pooling_type, argument
77 if pooling_type == "MAX":
79 elif pooling_type == "AVG":
82 raise ValueError("Unsupported pooling type: %r" % (pooling_type,))
98 pooling_type, argument
135 pooling_type=pooling_type,
156 for pooling_type in ["MAX", "AVG"]:
161 pooling_type=pooling_type,
168 for pooling_type in ["MAX", "AVG"]:
177 pooling_type=pooling_type,
[all …]
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dpooling_layer_builder.h30 TfLiteBuiltinOperator pooling_type) in PoolingLayerBuilder() argument
31 : OpBuilder(graph_builder), pooling_type_(pooling_type) {} in PoolingLayerBuilder()
/external/tensorflow/tensorflow/python/ops/risc/
Drisc_ops.py186 def risc_pool(x, ksize, strides, pooling_type='MAX', name='RISC_POOL'): argument
188 x, ksize, strides, pooling_type=pooling_type, name=name)
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/kernels/
Da64_fp32_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Dsme_fp32_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Da64_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::AVERAGE; member
Dsme_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::AVERAGE; member
Dsve_fp32_nhwc_max_2x2_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::MAX; member
Dsve_fp32_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::AVERAGE; member
Dsme_u8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Da64_s8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Da64_u8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Dsme_s8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Dsme_fp16_nhwc_max_2x2_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::MAX; member
Dsme_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp36 const static auto pooling_type = PoolingType::AVERAGE; member
Dsve_u8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::MAX; member
Dsve_s8_nhwc_max_2x2_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::MAX; member
Da64_fp16_nhwc_max_2x2_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::MAX; member
Dsve_fp16_nhwc_max_2x2_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::MAX; member
Dsve_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::AVERAGE; member
Da64_fp16_nhwc_avg_3x3_s1_output2x2_depthfirst.hpp38 const static auto pooling_type = PoolingType::AVERAGE; member
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRiscPool.pbtxt24 name: "pooling_type"
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_implementation.hpp105 return ((args.pool_type == Strategy::pooling_type) && in is_supported()
/external/tensorflow/tensorflow/examples/speech_commands/
Dfreeze.py110 pooling_type='AVG',
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py1507 pooling_type, argument
1597 with ops.name_scope(name, "%s_pool" % (pooling_type.lower()),
1632 op_key = (pooling_type, num_spatial_dims)
1688 pooling_type, argument
1776 pooling_type=pooling_type,

12