Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.h145 Status Conv2DBackpropInputShape(shape_inference::InferenceContext* c);
H A Dcommon_shape_fns.cc885 Status Conv2DBackpropInputShape(shape_inference::InferenceContext* c) { in Conv2DBackpropInputShape() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dnn_ops.cc390 .SetShapeFn(shape_inference::Conv2DBackpropInputShape);