Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp49 …::allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t height_factor) in allocate_data()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2384 def resize_images(x, height_factor, width_factor, data_format, argument
2445 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument