Searched refs:height_factor (Results 1 – 6 of 6) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_3a_stats_context.cpp | 49 …::allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t height_factor) in allocate_data() argument 63 (height_factor & (height_factor - 1)) == 0); in allocate_data() 65 _height_factor = height_factor; in allocate_data() 66 multiply_factor = width_factor * height_factor; in allocate_data()
|
D | cl_3a_stats_context.h | 55 … allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t height_factor);
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend_test.py | 461 height_factor = 2 466 height_factor, 474 height_factor, 482 height_factor, 487 height_factor = 2 494 height_factor, 503 height_factor, 512 height_factor,
|
D | backend.py | 2384 def resize_images(x, height_factor, width_factor, data_format, argument 2412 np.array([height_factor, width_factor], dtype='int32')) 2429 new_height = original_shape[rows] * height_factor 2445 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument 2464 output = repeat_elements(output, height_factor, axis=3) 2469 output = repeat_elements(output, height_factor, axis=2)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.backend.pbtxt | 405 …argspec: "args=[\'x\', \'height_factor\', \'width_factor\', \'data_format\', \'interpolation\'], v… 409 …argspec: "args=[\'x\', \'depth_factor\', \'height_factor\', \'width_factor\', \'data_format\'], va…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.backend.pbtxt | 409 …argspec: "args=[\'x\', \'height_factor\', \'width_factor\', \'data_format\', \'interpolation\'], v… 413 …argspec: "args=[\'x\', \'depth_factor\', \'height_factor\', \'width_factor\', \'data_format\'], va…
|