Home
last modified time | relevance | path

Searched refs:get_zoom_matrix (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py72 inputs, image_preprocessing.get_zoom_matrix(zooms, img_hd, img_wd))
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py981 get_zoom_matrix(zooms, img_hd, img_wd),
1007 def get_zoom_matrix(zooms, image_height, image_width, name=None): function