/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | stdunk.h | 140 #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 D | client_socket_pool_manager.cc | 150 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 D | client_socket_pool_manager_impl.cc | 29 HttpNetworkSession::SocketPoolType pool_type, in ClientSocketPoolManagerImpl()
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/attributes/ |
H A D | Pool2dAttributes.cpp | 34 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/ |
D | singleton_pool.hpp | 118 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 D | Pooling3dLayerFixture.h | 124 …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 D | PoolingLayerFixture.h | 165 …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 D | MaxUnpoolingLayerFixture.h | 154 …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 D | Pool2dFixture.h | 155 …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 D | http_network_session.cc | 250 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 D | ClTemplatePool2d.cpp | 85 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 D | CpuPool2dAssemblyWrapperKernel.cpp | 191 …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 D | Types.h | 1232 : 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 D | CLMaxUnpoolingLayerKernel.cpp | 55 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuMaxUnpoolingLayerKernel.cpp | 81 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
|
H A D | CpuPool2dKernel.cpp | 157 PoolingType pool_type = pool_info.pool_type; in validate_arguments() local
|
/aosp_15_r20/external/virglrenderer/src/venus/ |
H A D | vkr_device_object.json | 48 "pool_type": "command_pool", string 90 "pool_type": "descriptor_pool", string
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClPool3dKernel.cpp | 113 const PoolingType pool_type = pool_info.pool_type; in configure() local
|
H A D | ClPool2dKernel.cpp | 122 const PoolingType pool_type = pool_info.pool_type; in configure() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/ |
D | test_pool_alloc.cpp | 231 typedef boost::pool<track_alloc> pool_type; in test_mem_usage() typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | pooling3d_test.cc | 39 BasePoolingOpModel(PoolType pool_type, TensorData input, int filter_d, in BasePoolingOpModel()
|
/aosp_15_r20/external/libchrome/base/task_scheduler/ |
H A D | scheduler_worker_pool_unittest.cc | 51 PoolType pool_type; member
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/ |
H A D | pooling.hpp | 48 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/ |
D | mt_allocator.h | 393 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/ |
D | mt_allocator.h | 393 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
|