Home
last modified time | relevance | path

Searched refs:H_AXIS (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py57 H_AXIS = 1 variable
153 img_hd = inputs_shape[H_AXIS]
251 input_height_t = input_shape[H_AXIS]
539 h_axis, w_axis = H_AXIS, W_AXIS
828 img_hd = math_ops.cast(inputs_shape[H_AXIS], dtypes.float32)
963 img_hd = math_ops.cast(inputs_shape[H_AXIS], dtypes.float32)
1185 img_hd = math_ops.cast(inputs_shape[H_AXIS], dtypes.float32)
1282 img_hd = inputs_shape[H_AXIS]