Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2022-120.md3 ### CVE Number
6 ### Impact
21 ### Patches
27 ### For more information
31 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A 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
H A Dpooling3d_test.cc214 TYPED_TEST(MaxPoolingOpTest, MaxPool) { in TYPED_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dpooling.h86 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
204 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dpooling.h196 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
246 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
H A Dlegacy_reference_ops.h1645 inline void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
1665 void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
1678 void MaxPool(const float* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
1685 inline void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
1705 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
1726 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
H A Dpool_test.cc121 TEST(QuantizedUInt8PoolingOpTest, MaxPool) { in TEST() argument
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dmaxpool2d.py119 class MaxPool(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/
H A Dmax_pool_with_argmax.cc36 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Dpooling.h37 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dpooling.cc134 XlaOp MaxPool(XlaOp operand, absl::Span<const int64_t> kernel_size, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h3865 inline void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
3885 void MaxPool(const float* input_data, const Dims<4>& input_dims, in MaxPool() function
3898 void MaxPool(const float* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
3905 inline void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
3925 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, in MaxPool() function
3946 void MaxPool(const uint8* input_data, const Dims<4>& input_dims, int stride, in MaxPool() function
H A Doptimized_ops.h3056 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
3110 inline void MaxPool(const PoolParams& params, const RuntimeShape& input_shape, in MaxPool() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc607 class MaxPool : public BuiltinOperator<MaxPoolOperator, ::tflite::Pool2DOptions, class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3390 TEST_F(OpTest, MaxPool) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go25546 func MaxPool(scope *Scope, input tf.Output, ksize []int64, strides []int64, padding string, optiona… func