Home
last modified time | relevance | path

Searched refs:concat_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_concat_op.cc147 auto concat_shape = concat.shape(); in Compute() local
149 output_shape(j) = concat_shape[j]; in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc211 TF_ASSIGN_OR_RETURN(Shape concat_shape, ShapeInference::InferConcatOpShape( in MakeConcatHlo()
214 HloInstruction::CreateConcatenate(concat_shape, operands, dimension)); in MakeConcatHlo()
Dbuffer_assignment_test.cc1703 const Shape concat_shape = ShapeUtil::MakeShape(F32, {200}); in TEST_F() local
1705 HloInstruction::CreateConcatenate(concat_shape, {rev, neg}, 0)); in TEST_F()
Dalgebraic_simplifier_test.cc1719 Shape concat_shape = in TEST_F() local
1723 concat_shape, {param0, param1, param2}, 1)); in TEST_F()
1811 Shape concat_shape = ShapeUtil::MakeShape(F32, {50, 80}); in TEST_F() local
1860 concat_shape, in TEST_F()