Home
last modified time | relevance | path

Searched defs:MaxPool (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dpooling_test.cc621 TEST(FloatPoolingOpTest, MaxPool) { in TEST() argument
718 TEST(QuantizedUInt8PoolingOpTest, MaxPool) { in TEST() argument
887 TEST(QuantizedInt8PoolingOpTest, MaxPool) { in TEST() argument
907 TEST(QuantizedInt8PoolingOpTest16, MaxPool) { in TEST() argument
Dpooling3d_test.cc214 TYPED_TEST(MaxPoolingOpTest, MaxPool) { in TYPED_TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dpooling.h84 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
202 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dpooling.h194 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
244 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
Dlegacy_reference_ops.h1643 inline void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
1663 void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
1676 void MaxPool(const float* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
1683 inline void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
1703 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
1724 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dpooling.h37 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/external/tensorflow/tensorflow/lite/kernels/perception/
Dmax_pool_with_argmax.cc33 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dpooling.cc134 XlaOp MaxPool(XlaOp operand, absl::Span<const int64> kernel_size, in MaxPool() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h3863 inline void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
3883 void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
3896 void MaxPool(const float* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
3903 inline void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
3923 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
3944 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
Doptimized_ops.h3381 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
3435 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc603 class MaxPool : public BuiltinOperator<MaxPoolOperator, ::tflite::Pool2DOptions, class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2311 TEST_F(OpTest, MaxPool) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go28946 func MaxPool(scope *Scope, input tf.Output, ksize []int64, strides []int64, padding string, optiona… func