/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2022-120.md | 3 ### CVE Number 6 ### Impact 21 ### Patches 27 ### For more information 31 ### Attribution
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | pooling_test.cc | 621 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 D | pooling3d_test.cc | 214 TYPED_TEST(MaxPoolingOpTest, MaxPool) { in TYPED_TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
H A D | pooling.h | 86 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 D | pooling.h | 196 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 D | legacy_reference_ops.h | 1645 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 D | pool_test.cc | 121 TEST(QuantizedUInt8PoolingOpTest, MaxPool) { in TEST() argument
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/ |
H A D | maxpool2d.py | 119 class MaxPool(torch.nn.Module): class
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | max_pool_with_argmax.cc | 36 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 D | pooling.h | 37 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 D | pooling.cc | 134 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 D | legacy_optimized_ops.h | 3865 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 D | optimized_ops.h | 3056 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 D | operator.cc | 607 class MaxPool : public BuiltinOperator<MaxPoolOperator, ::tflite::Pool2DOptions, class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 3390 TEST_F(OpTest, MaxPool) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 25546 func MaxPool(scope *Scope, input tf.Output, ksize []int64, strides []int64, padding string, optiona… func
|