Home
last modified time | relevance | path

Searched refs:MakeNil (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager.cc34 buffer->Done(ShapeUtil::MakeNil()); in Reset()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc394 Literal nil(ShapeUtil::MakeNil()); in TEST_F()
1052 Literal nil_literal0(ShapeUtil::MakeNil()); in TEST_F()
1053 Literal nil_literal1(ShapeUtil::MakeNil()); in TEST_F()
1079 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1554 Literal nil(ShapeUtil::MakeNil()); in TEST_F()
1657 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1687 ShapeUtil::MakeNil()}))); in TEST_F()
1692 EXPECT_TRUE(ShapeUtil::Compatible(elements[2].shape(), ShapeUtil::MakeNil())); in TEST_F()
1696 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1735 EXPECT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeNil(), literal.shape())); in TEST_F()
[all …]
Dshape_util_test.cc305 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeNil())); in TEST()
380 EXPECT_FALSE(ShapeUtil::IsZeroElementArray(ShapeUtil::MakeNil())); in TEST()
Dshape_util.h358 static Shape MakeNil() { return MakeTupleShape({}); } in MakeNil() function
Dshape_tree.h100 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree()
Dliteral.h751 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal()
Dliteral.cc496 src_literal.shape_ = absl::make_unique<Shape>(ShapeUtil::MakeNil()); in MoveFrom()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc592 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), m::Shape().IsArray(), in TEST()
618 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), in TEST()
Dhlo_instructions.cc1108 : HloInstruction(HloOpcode::kTrace, ShapeUtil::MakeNil()), in HloTraceInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc958 *instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Trace()
1424 *tuple_instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Outfeed()