Home
last modified time | relevance | path

Searched refs:height_factor (Results 1 – 6 of 6) 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() 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()
Dcl_3a_stats_context.h55 … allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t height_factor);
/external/tensorflow/tensorflow/python/keras/
Dbackend_test.py461 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,
Dbackend.py2384 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/
Dtensorflow.keras.backend.pbtxt405 …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/
Dtensorflow.keras.backend.pbtxt409 …argspec: "args=[\'x\', \'height_factor\', \'width_factor\', \'data_format\', \'interpolation\'], v…
413 …argspec: "args=[\'x\', \'depth_factor\', \'height_factor\', \'width_factor\', \'data_format\'], va…