Home
last modified time | relevance | path

Searched defs:pool_size (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/python/layers/
Dpooling.py47 def __init__(self, pool_size, strides, argument
65 def average_pooling1d(inputs, pool_size, strides, argument
118 def __init__(self, pool_size, strides, argument
136 def max_pooling1d(inputs, pool_size, strides, argument
193 def __init__(self, pool_size, strides, argument
208 pool_size, strides, argument
267 def __init__(self, pool_size, strides, argument
282 pool_size, strides, argument
343 def __init__(self, pool_size, strides, argument
358 pool_size, strides, argument
[all …]
/external/tensorflow/tensorflow/python/keras/layers/
Dpooling.py57 def __init__(self, pool_function, pool_size, strides, argument
142 def __init__(self, pool_size=2, strides=None, argument
185 def __init__(self, pool_size=2, strides=None, argument
221 def __init__(self, pool_function, pool_size, strides, argument
320 pool_size=(2, 2), argument
370 pool_size=(2, 2), argument
408 def __init__(self, pool_function, pool_size, strides, argument
516 pool_size=(2, 2, 2), argument
566 pool_size=(2, 2, 2), argument
/external/tensorflow/tensorflow/contrib/gan/python/features/python/
Drandom_tensor_pool_impl.py51 pool_size=50, argument
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc38 ProtectedMemoryAllocator::ProtectedMemoryAllocator(vm_size_t pool_size) in ProtectedMemoryAllocator()
/external/ipsec-tools/src/racoon/
Dprivsep.c508 int pool_size; in privsep_init() local
571 int pool_size; in privsep_init() local
607 int pool_size; in privsep_init() local
652 int pool_size; in privsep_init() local
Disakmp_cfg.h99 size_t pool_size; member
/external/skia/src/compute/skc/platforms/cl_12/
Dblock_pool_cl.h27 skc_uint pool_size; // number of blocks member
/external/skqp/src/compute/skc/platforms/cl_12/
Dblock_pool_cl.h27 skc_uint pool_size; // number of blocks member
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc178 gemmlowp::WorkersPool* pool, std::int32_t pool_size) { in test()
190 gemmlowp::WorkersPool* pool, std::int32_t pool_size) { in test_f()
204 std::int32_t pool_size) { in test_i32()
Dbenchmark.cc76 const std::size_t pool_size = 1 + min_working_set_size / combined_gemm_sizes; in time_for_gemms() local
/external/tensorflow/tensorflow/core/kernels/
Davgpooling_op_gpu.cu.cc74 int pool_size = (hend - hstart) * (wend - wstart); in DEFINE_GPU_KERNELS() local
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c247 static int scan_pool(struct ubi_scan_info *ubi, __be32 *pebs, int pool_size) in scan_pool()
290 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py747 self, tensor1, tensor2, pool_size): argument
764 def _make_new_model_and_check(self, model, pool_size): argument
/external/u-boot/drivers/mtd/ubi/
Dfastmap.c455 __be32 *pebs, int pool_size, unsigned long long *max_sqnum, in scan_pool()
617 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c334 const size_t pool_size = in anv_CreateDescriptorPool() local
/external/freetype/src/cff/
Dcffload.c409 FT_ULong* pool_size ) in cff_index_get_pointers()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4654 pool_size, argument
4713 pool_size, argument
/external/freetype/src/smooth/
Dftgrays.c1911 unsigned long pool_size ) in gray_raster_reset()
/external/freetype/src/raster/
Dftraster.c3227 ULong pool_size ) in ft_black_reset()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc120 size_t pool_size = GetSize(); in Emit() local
/external/v8/src/arm64/
Dassembler-arm64.cc4949 int pool_size = static_cast<int>(SizeOfCodeGeneratedSince(&size_check)); in EmitVeneers() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp28503 VkDescriptorPoolSize pool_size = {binding.descriptorType, binding.descriptorCount}; in TEST_F() local
28804 VkDescriptorPoolSize pool_size = {binding.descriptorType, binding.descriptorCount}; in TEST_F() local