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_ops.cc100 const TensorShape& filter_shape, const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensionsV2()
162 const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensions()
Dconv_grad_ops_3d.cc221 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
327 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
677 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
789 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1143 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
1527 const TensorShape& out_backprop_shape = out_backprop.shape(); in Compute() local
Dmkl_avgpooling_op.cc346 MklShape out_backprop_shape; member
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbias_ops.cc91 const TensorShape out_backprop_shape = ctx->InputShape(0); in Compile() local
Dpooling_ops.cc310 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
407 const TensorShape out_backprop_shape = ctx->InputShape(1); in Compile() local
517 const TensorShape out_backprop_shape = ctx->InputShape(2); in Compile() local
Dconv_op_helpers.cc204 const xla::Shape& filter_shape, const xla::Shape& out_backprop_shape, in ConvBackpropComputeDimensionsV2XlaShapes()