Home
last modified time | relevance | path

Searched defs:pool_type (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dstdunk.h140 #define STD_CREATE_BODY_WITH_TAG_(classname, unknown, outer_unknown, pool_type, tag, base) \ argument
150 #define STD_CREATE_BODY_WITH_TAG(classname, unknown, outer_unknown, pool_type, tag, base) \ argument
153 #define STD_CREATE_BODY_(classname, unknown, outer_unknown, pool_type, base) \ argument
156 #define STD_CREATE_BODY(classname, unknown, outer_unknown, pool_type) \ argument
170 POOL_TYPE pool_type, in KCOM_New()
186 POOL_TYPE pool_type) in new()
194 POOL_TYPE pool_type, in new()
/aosp_15_r20/external/cronet/net/socket/
H A Dclient_socket_pool_manager.cc150 HttpNetworkSession::SocketPoolType pool_type) { in max_sockets_per_pool()
157 HttpNetworkSession::SocketPoolType pool_type, in set_max_sockets_per_pool()
169 HttpNetworkSession::SocketPoolType pool_type) { in max_sockets_per_group()
176 HttpNetworkSession::SocketPoolType pool_type, in set_max_sockets_per_group()
192 HttpNetworkSession::SocketPoolType pool_type) { in max_sockets_per_proxy_chain()
199 HttpNetworkSession::SocketPoolType pool_type, in set_max_sockets_per_proxy_chain()
212 HttpNetworkSession::SocketPoolType pool_type) { in unused_idle_socket_timeout()
H A Dclient_socket_pool_manager_impl.cc29 HttpNetworkSession::SocketPoolType pool_type, in ClientSocketPoolManagerImpl()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/
H A DPool2dAttributes.cpp34 PoolingType Pool2dAttributes::pool_type() const in pool_type() function in arm_compute::experimental::dynamic_fusion::Pool2dAttributes
39 Pool2dAttributes Pool2dAttributes::pool_type(PoolingType pool_type) in pool_type() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dsingleton_pool.hpp118 struct pool_type: public Mutex, public pool<UserAllocator> struct in boost::singleton_pool
120 pool_type() : pool<UserAllocator>(RequestedSize, NextSize, MaxSize) {} in pool_type() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DPooling3dLayerFixture.h124 …void setup(TensorShape shape, PoolingType pool_type, Size3D pool_size, Size3D stride, Padding3D pa… in setup()
149 void setup(TensorShape shape, PoolingType pool_type, DataType data_type) in setup()
H A DPoolingLayerFixture.h165 …void setup(TensorShape shape, PoolingType pool_type, Size2D pool_size, PadStrideInfo pad_stride_in… in setup()
177 …void setup(TensorShape shape, PoolingType pool_type, Size2D pool_size, PadStrideInfo pad_stride_in… in setup()
H A DMaxUnpoolingLayerFixture.h154 …void setup(TensorShape shape, PoolingType pool_type, Size2D pool_size, PadStrideInfo pad_stride_in… in setup()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DPool2dFixture.h155 …void setup(TensorShape input_shape, PoolingType pool_type, Size2D pool_size, Padding2D pad, Size2D… in setup()
168 …void setup(TensorShape input_shape, PoolingType pool_type, Size2D pool_size, Padding2D pad, Size2D… in setup()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.cc250 SocketPoolType pool_type, in GetSocketPool()
383 SocketPoolType pool_type) { in GetSocketPoolManager()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
H A DClTemplatePool2d.cpp85 const auto pool_type = _attributes.pool_type(); in get_MxN_kernel_code() local
230 const auto pool_type = _attributes.pool_type(); in get_2x2_kernel_code() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/internal/
H A DCpuPool2dAssemblyWrapperKernel.cpp191 …const arm_conv::pooling::PoolingType pool_type = (info.pool_type == PoolingType::AVG) ? arm_conv::… in create_arm_pooling() local
230 …const arm_conv::pooling::PoolingType pool_type = (info.pool_type == PoolingType::AVG) ? arm_conv::… in create_arm_pooling_requant() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1232 : pool_type(pool_type), in pool_type() function
1259 : pool_type(pool_type), in pool_type() function
1287 PoolingType pool_type; member
1330 : pool_type(pool_type), in pool_type() function
1360 : pool_type(pool_type), in pool_type() function
1389 PoolingType pool_type; member
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLMaxUnpoolingLayerKernel.cpp55 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuMaxUnpoolingLayerKernel.cpp81 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
H A DCpuPool2dKernel.cpp157 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_device_object.json48 "pool_type": "command_pool", string
90 "pool_type": "descriptor_pool", string
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClPool3dKernel.cpp113 const PoolingType pool_type = pool_info.pool_type; in configure() local
H A DClPool2dKernel.cpp122 const PoolingType pool_type = pool_info.pool_type; in configure() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_pool_alloc.cpp231 typedef boost::pool<track_alloc> pool_type; in test_mem_usage() typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dpooling3d_test.cc39 BasePoolingOpModel(PoolType pool_type, TensorData input, int filter_d, in BasePoolingOpModel()
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker_pool_unittest.cc51 PoolType pool_type; member
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/
H A Dpooling.hpp48 PoolingType pool_type; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dmt_allocator.h393 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dmt_allocator.h393 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef

12