Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.h181 Status MaxPoolShapeWithExplicitPadding(shape_inference::InferenceContext* c);
H A Dcommon_shape_fns.cc1689 Status MaxPoolShapeWithExplicitPadding(shape_inference::InferenceContext* c) { in MaxPoolShapeWithExplicitPadding() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dnn_ops.cc870 .SetShapeFn(shape_inference::MaxPoolShapeWithExplicitPadding);