Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py563 max_axis = None if axis is None else axis[0]
564 result = math_ops.reduce_max(result, max_axis, keepdims=True)
/external/libxml2/include/libxml/
Dxpath.h305 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.c6149 ret->max_axis = 0; in xmlXPathNewContext()