Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py108 max_axis = max(self.axes)
109 if max_axis > max_dim:
111 .format(max_axis, max_dim))
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py772 max_axis = None if axis is None else axis[0]
773 result = math_ops.reduce_max(result, max_axis, keepdims=True)
/external/libxml2/include/libxml/
Dxpath.h307 int max_axis; /* max number of axis */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle320 d max_axis like(xmlCint) Max number of axis
/external/libxml2/
Dxpath.c6118 ret->max_axis = 0; in xmlXPathNewContext()