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.cc315 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape({}))); in TEST()
316 EXPECT_FALSE(ShapeUtil::IsNestedTuple( in TEST()
318 EXPECT_TRUE(ShapeUtil::IsNestedTuple( in TEST()
320 EXPECT_FALSE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
322 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
324 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
326 EXPECT_TRUE(ShapeUtil::IsNestedTuple(ShapeUtil::MakeTupleShape( in TEST()
Dshape_util.h462 static bool IsNestedTuple(const Shape& shape);
Dshape_util.cc328 /* static */ bool ShapeUtil::IsNestedTuple(const Shape& shape) { in IsNestedTuple() function in xla::ShapeUtil
Dliteral.cc2274 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.cc347 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(data_shape)); in HandleInfeed()
489 TF_RET_CHECK(!ShapeUtil::IsNestedTuple(operand_shape)); in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/service/
Doptimize_input_output_buffer_alias.cc34 return shape.IsTuple() && !ShapeUtil::IsNestedTuple(shape); in IsNonNestedTuple()
Dallocation_tracker.cc153 if (ShapeUtil::IsNestedTuple(shaped_buffer->on_device_shape())) { in DeconstructTuple()
Dwhile_loop_simplifier.cc659 if (!ShapeUtil::IsNestedTuple(while_shape)) { in TryFlattenNestedTuples()