Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h175 Status MaxPoolShapeWithExplicitPadding(shape_inference::InferenceContext* c);
Dcommon_shape_fns.cc1598 Status MaxPoolShapeWithExplicitPadding(shape_inference::InferenceContext* c) { in MaxPoolShapeWithExplicitPadding() function
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc836 .SetShapeFn(shape_inference::MaxPoolShapeWithExplicitPadding);