Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1494 Status MaxPoolShapeImpl(shape_inference::InferenceContext* c, in MaxPoolShapeImpl() function
1591 return MaxPoolShapeImpl(c, /*supports_explicit_padding=*/false); in MaxPoolShape()
1599 return MaxPoolShapeImpl(c, /*supports_explicit_padding=*/true); in MaxPoolShapeWithExplicitPadding()