Home
last modified time | relevance | path

Searched defs:do_resize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_resize_image_op_test.py105 def do_resize(images): function
121 def do_resize(images, new_size): function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dresize_fn_imps.hpp55 do_resize(size_type n) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dresize_fn_imps.hpp55 do_resize(size_type n) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dresize_fn_imps.hpp55 do_resize(size_type len) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dresize_fn_imps.hpp55 do_resize(size_type len) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
Dhash_standard_resize_policy_imp.hpp221 do_resize(size_type) in do_resize() function in PB_DS_CLASS_C_DEC
Dhash_load_check_resize_trigger_imp.hpp273 do_resize(size_type) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
Dhash_standard_resize_policy_imp.hpp221 do_resize(size_type) in do_resize() function in PB_DS_CLASS_C_DEC
Dhash_load_check_resize_trigger_imp.hpp273 do_resize(size_type) in do_resize() function in PB_DS_CLASS_C_DEC
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dresizing_lattice.cpp107 void do_resize( coord_type &q , coord_type &p , coord_type &distr , const int N ) in do_resize() function
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dmain.c1094 static int do_resize(struct f2fs_sb_info *sbi) in do_resize() function
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
DFrameWork.py816 def do_resize(self, width, height, window): member in Window