Home
last modified time | relevance | path

Searched refs:pad_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpad_op.cc34 const TensorShape pad_shape = ctx->InputShape("paddings"); in Compile() local
38 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, in Compile()
40 pad_shape.DebugString())); in Compile()
42 ctx, dims == pad_shape.dim_size(0), in Compile()
45 pad_shape.DebugString(), " ", input_shape.DebugString())); in Compile()
Dmirror_pad_op.cc66 const TensorShape pad_shape = ctx->InputShape("paddings"); in Compile() local
78 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, in Compile()
80 pad_shape.DebugString())); in Compile()
82 ctx, dims == pad_shape.dim_size(0), in Compile()
85 pad_shape.DebugString(), " ", input_shape.DebugString())); in Compile()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_batch_gather_with_default_op.py116 pad_shape = _get_pad_shape(params, indices)
119 default_value, pad_shape)
122 pad_shape = array_ops.concat([
128 pad = array_ops.broadcast_to(default_value, pad_shape)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc63 Shape pad_shape, in MakePadHlo()
67 pad_shape, operand, padding_value, padding_config)); in MakePadHlo()
Dalgebraic_simplifier_test.cc4235 const Shape pad_shape, in TEST_P()
4239 pad_shape, input, in TEST_P()