Searched refs:max_axis (Results 1 – 4 of 4) sorted by relevance
634 max_axis = None if axis is None else axis[0]635 result = math_ops.reduce_max(result, max_axis, keepdims=True)
305 int max_axis; /* max number of axis */ member
320 d max_axis like(xmlCint) Max number of axis
6147 ret->max_axis = 0; in xmlXPathNewContext()