Home
last modified time | relevance | path

Searched refs:IsNestedTuple (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc337 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape({}))); in TEST()
338 EXPECT_FALSE(ShapeUtil::IsNestedTuple( in TEST()
340 EXPECT_TRUE(ShapeUtil::IsNestedTuple( in TEST()
342 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
344 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
346 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
348 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
Dshape_util.h475 static bool IsNestedTuple(const Shape& shape);
Dshape_util.cc375 /* static */ bool ShapeUtil::IsNestedTuple(const Shape& shape) { in IsNestedTuple() function in xla::ShapeUtil
Dliteral.cc2120 CHECK(!ShapeUtil::IsNestedTuple(*shape_)); in BorrowingLiteral()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_transfer_manager.cc104 if (ShapeUtil::IsNestedTuple(shape)) { in TransferLiteralToInfeed()
200 if (ShapeUtil::IsNestedTuple(literal_shape)) { in TransferLiteralFromOutfeed()
Dir_emitter.cc406 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(data_shape)); in HandleInfeed()
548 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(operand_shape)); in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/service/
Doptimize_input_output_buffer_alias.cc35 return shape.IsTuple() && !ShapeUtil::IsNestedTuple(shape); in IsNonNestedTuple()
Dallocation_tracker.cc154 if (ShapeUtil::IsNestedTuple(shaped_buffer->on_device_shape())) { in DeconstructTuple()
Dwhile_loop_simplifier.cc660 if (!ShapeUtil::IsNestedTuple(while_shape)) { in TryFlattenNestedTuples()