Searched defs:width_factor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 510 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
|
D | image_preprocessing.py | 484 width_factor, argument 912 width_factor=None, argument
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 51 int32_t width_factor = static_cast<int32_t>( in RenderResult() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 3173 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
|