Searched refs:max_axis (Results 1 – 5 of 5) sorted by relevance
108 max_axis = max(self.axes)109 if max_axis > max_dim:111 .format(max_axis, max_dim))
772 max_axis = None if axis is None else axis[0]773 result = math_ops.reduce_max(result, max_axis, keepdims=True)
307 int max_axis; /* max number of axis */ member
320 d max_axis like(xmlCint) Max number of axis
6118 ret->max_axis = 0; in xmlXPathNewContext()