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.cc299 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape({}))); in TEST()
300 EXPECT_FALSE(ShapeUtil::IsNestedTuple( in TEST()
302 EXPECT_TRUE(ShapeUtil::IsNestedTuple( in TEST()
304 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
306 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
308 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
310 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
Dshape_util.h402 static bool IsNestedTuple(const Shape& shape);
Dshape_util.cc320 /* static */ bool ShapeUtil::IsNestedTuple(const Shape& shape) { in IsNestedTuple() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_thunk.cc43 CHECK(!ShapeUtil::IsNestedTuple(hlo_instruction()->shape())); in ExecuteOnStream()
Dgpu_transfer_manager.cc60 if (ShapeUtil::IsNestedTuple(shape)) { in TransferLiteralToInfeed()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_transfer_manager.cc104 if (ShapeUtil::IsNestedTuple(shape)) { in TransferLiteralToInfeed()
201 if (ShapeUtil::IsNestedTuple(literal_shape)) { in TransferLiteralFromOutfeed()
Dir_emitter.cc341 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(shape)); in HandleInfeed()
465 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(operand_shape)); in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.cc111 if (ShapeUtil::IsNestedTuple(shaped_buffer->on_device_shape())) { in DeconstructTuple()
Dhlo_sharding.h88 CHECK(!ShapeUtil::IsNestedTuple(tuple_shape)); in Tuple()