Searched refs:MakeNil (Results 1 – 11 of 11) sorted by relevance
34 buffer->Done(ShapeUtil::MakeNil()); in Reset()
368 Literal nil(ShapeUtil::MakeNil()); in TEST_F()1121 Literal nil_literal0(ShapeUtil::MakeNil()); in TEST_F()1122 Literal nil_literal1(ShapeUtil::MakeNil()); in TEST_F()1148 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()1623 Literal nil(ShapeUtil::MakeNil()); in TEST_F()1726 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()1756 ShapeUtil::MakeNil()}))); in TEST_F()1761 EXPECT_TRUE(ShapeUtil::Compatible(elements[2].shape(), ShapeUtil::MakeNil())); in TEST_F()1765 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()1804 EXPECT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeNil(), literal.shape())); in TEST_F()[all …]
329 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeNil())); in TEST()404 EXPECT_FALSE(ShapeUtil::IsZeroElementArray(ShapeUtil::MakeNil())); in TEST()
417 static Shape MakeNil() { return MakeTupleShape({}); } in MakeNil() function
102 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree()
773 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal()
626 src_literal.shape_ = absl::make_unique<Shape>(ShapeUtil::MakeNil()); in MoveFrom()
181 hlo_module_ == nullptr ? ShapeUtil::MakeNil() : result_shape(); in ExecuteAsyncOnStream()
593 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), m::Shape().IsArray(), in TEST_F()619 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), in TEST_F()
1341 : HloInstruction(HloOpcode::kTrace, ShapeUtil::MakeNil()), in HloTraceInstruction()
1219 *instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Trace()1807 *tuple_instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Outfeed()