Home
last modified time | relevance | path

Searched refs:MakeNil (Results 1 – 11 of 11) 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.cc368 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 …]
Dshape_util_test.cc329 EXPECT_TRUE(ShapeUtil::IsEmptyTuple(ShapeUtil::MakeNil())); in TEST()
404 EXPECT_FALSE(ShapeUtil::IsZeroElementArray(ShapeUtil::MakeNil())); in TEST()
Dshape_util.h417 static Shape MakeNil() { return MakeTupleShape({}); } in MakeNil() function
Dshape_tree.h102 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree()
Dliteral.h773 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal()
Dliteral.cc626 src_literal.shape_ = absl::make_unique<Shape>(ShapeUtil::MakeNil()); in MoveFrom()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.cc181 hlo_module_ == nullptr ? ShapeUtil::MakeNil() : result_shape(); in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc593 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), m::Shape().IsArray(), in TEST_F()
619 EXPECT_DESC_AND_EXPLANATION(ShapeUtil::MakeNil(), in TEST_F()
Dhlo_instructions.cc1341 : HloInstruction(HloOpcode::kTrace, ShapeUtil::MakeNil()), in HloTraceInstruction()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1219 *instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Trace()
1807 *tuple_instr.mutable_shape() = ShapeUtil::MakeNil().ToProto(); in Outfeed()