Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py510 def _run_test(self, height_factor, width_factor): argument
527 def test_random_translation(self, height_factor, width_factor): argument
1111 def _run_test(self, height_factor, width_factor): argument
1128 def test_random_zoom_in(self, height_factor, width_factor): argument
1134 def test_random_zoom_out(self, height_factor, width_factor): argument
Dimage_preprocessing.py484 width_factor, argument
912 width_factor=None, argument
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp51 int32_t width_factor = static_cast<int32_t>( in RenderResult() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3173 def resize_images(x, height_factor, width_factor, data_format, argument
3238 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument