Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dnn_ops.cc376 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding);
434 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
1789 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
1809 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
1830 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
1859 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
H A Dmkl_nn_ops.cc229 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
255 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
274 .SetShapeFn(shape_inference::Conv2DShapeWithExplicitPadding)
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.h126 Status Conv2DShapeWithExplicitPadding(shape_inference::InferenceContext* c);
H A Dcommon_shape_fns.cc760 Status Conv2DShapeWithExplicitPadding(shape_inference::InferenceContext* c) { in Conv2DShapeWithExplicitPadding() function