Home
last modified time | relevance | path

Searched defs:padding_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dxla_conv_op.cc46 const TensorShape padding_shape = context->InputShape("padding"); in Compile() local
Dreduce_window_op.cc103 const TensorShape padding_shape = context->InputShape("padding"); in Compile() local
Dxla_select_and_scatter_op.cc110 const TensorShape padding_shape = context->InputShape("padding"); in Compile() local
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad.cc467 auto padding_shape = Stack(scope, {input_rank, 1}); in SliceGrad() local