Home
last modified time | relevance | path

Searched defs:out_backprop_shape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_shape_utils.cc97 const TensorShape& filter_shape, const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensionsV2()
163 const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensions()
176 const TensorShape& out_backprop_shape, in Conv2DBackpropComputeInputShape()
H A Dconv_grad_ops_3d.cc234 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
363 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
741 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
879 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1268 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1648 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dpooling_ops.cc365 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
476 const TensorShape out_backprop_shape = ctx->InputShape(1); in Compile() local
589 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
H A Dconv_op_helpers.cc138 const xla::Shape& filter_shape, const xla::Shape& out_backprop_shape, in ConvBackpropComputeDimensionsV2XlaShapes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc5110 ArrayRef<int64_t> out_backprop_shape = out_backprop_ty.getShape(); in matchAndRewrite() local