/external/tensorflow/tensorflow/lite/kernels/ |
D | pooling_test.cc | 118 TEST(FloatPoolingOpTest, AveragePool) { in TEST() argument 131 TEST(QuantizedPoolingOpTest, AveragePool) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | pooling.h | 24 inline void AveragePool(const PoolParams& params, in AveragePool() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 1202 inline void AveragePool(const float* input_data, const Dims<4>& input_dims, in AveragePool() function 1223 void AveragePool(const float* input_data, const Dims<4>& input_dims, in AveragePool() function 1237 void AveragePool(const float* input_data, const Dims<4>& input_dims, int stride, in AveragePool() function 1245 inline void AveragePool(const uint8* input_data, const Dims<4>& input_dims, in AveragePool() function 1266 void AveragePool(const uint8* input_data, const Dims<4>& input_dims, in AveragePool() function 1287 void AveragePool(const uint8* input_data, const Dims<4>& input_dims, int stride, in AveragePool() function
|
D | optimized_ops.h | 3964 inline void AveragePool(const PoolParams& params, in AveragePool() function 4026 inline void AveragePool(const PoolParams& params, in AveragePool() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 1398 inline void AveragePool(const float* input_data, const Dims<4>& input_dims, in AveragePool() function 1473 void AveragePool(const float* input_data, const Dims<4>& input_dims, in AveragePool() function 1487 void AveragePool(const float* input_data, const Dims<4>& input_dims, int stride, in AveragePool() function 1495 inline void AveragePool(const uint8* input_data, const Dims<4>& input_dims, in AveragePool() function 1516 void AveragePool(const uint8* input_data, const Dims<4>& input_dims, in AveragePool() function 1537 void AveragePool(const uint8* input_data, const Dims<4>& input_dims, int stride, in AveragePool() function
|
D | reference_ops.h | 2273 inline void AveragePool(const PoolParams& params, in AveragePool() function 2326 inline void AveragePool(const PoolParams& params, in AveragePool() function
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 38 class AveragePool class
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4111 inline void AveragePool(const PoolParams& params, in AveragePool() function 4173 inline void AveragePool(const PoolParams& params, in AveragePool() function
|