Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h236 Status Conv2DShapeWithExplicitPadding(shape_inference::InferenceContext* c);
Dcommon_shape_fns.cc545 Status Conv2DShapeWithExplicitPadding(shape_inference::InferenceContext* c) { in Conv2DShapeWithExplicitPadding() function
/external/tensorflow/tensorflow/core/ops/
Dnn_ops.cc276 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding);