Home
last modified time | relevance | path

Searched defs:pool_attr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DPool2dFixture.h55 …void setup(TensorShape input_shape, const Pool2dAttributes &pool_attr, DataType data_type, bool mi… in setup()
85 …TensorType compute_target(TensorShape input_shape, const Pool2dAttributes &pool_attr, const DataTy… in compute_target()
181 void setup(TensorShape input_shape, Pool2dAttributes pool_attr, DataType data_type) in setup()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dglobal_pooling_to_reduce_op.cc58 const auto& pool_attr = in ApplyToNode() local