Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_resize_image_op_test.py105 def do_resize(images): function
121 def do_resize(images, new_size): function
/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
/external/f2fs-tools/fsck/
Dmain.c1021 static int do_resize(struct f2fs_sb_info *sbi) in do_resize() function
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py816 def do_resize(self, width, height, window): member in Window