Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp52 int32_t width_factor = static_cast<int32_t>( in RenderResult() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py3175 def resize_images(x, height_factor, width_factor, data_format, argument
3228 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument