Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h258 Status MaxPoolShape(shape_inference::InferenceContext* c);
Dcommon_shape_fns.cc870 Status MaxPoolShape(shape_inference::InferenceContext* c) { in MaxPoolShape() function
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc740 .SetShapeFn(shape_inference::MaxPoolShape);
796 TF_RETURN_IF_ERROR(shape_inference::MaxPoolShape(c)); in __anon3e672dd81802()
836 TF_RETURN_IF_ERROR(shape_inference::MaxPoolShape(c)); in __anon3e672dd81a02()
868 TF_RETURN_IF_ERROR(shape_inference::MaxPoolShape(c)); in __anon3e672dd81c02()
1437 TF_RETURN_IF_ERROR(shape_inference::MaxPoolShape(c)); in __anon3e672dd82c02()
2120 .SetShapeFn(shape_inference::MaxPoolShape)
Dmkl_nn_ops.cc137 .SetShapeFn(shape_inference::MaxPoolShape)