Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_shape_utils.cc96 const TensorShape& filter_shape, const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensionsV2()
158 const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensions()
171 const TensorShape& out_backprop_shape, in Conv2DBackpropComputeInputShape()
Dconv_grad_ops_3d.cc230 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
337 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
688 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
800 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1156 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1638 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbias_ops.cc91 const TensorShape out_backprop_shape = ctx->InputShape(0); in Compile() local
Dpooling_ops.cc317 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
428 const TensorShape out_backprop_shape = ctx->InputShape(1); in Compile() local
537 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
Dconv_op_helpers.cc138 const xla::Shape& filter_shape, const xla::Shape& out_backprop_shape, in ConvBackpropComputeDimensionsV2XlaShapes()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4303 ArrayRef<int64_t> out_backprop_shape = out_backprop_ty.getShape(); in matchAndRewrite() local