Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util_test.cc325 Literal nil(ShapeUtil::MakeNil()); in TEST_F()
920 Literal nil_literal0(ShapeUtil::MakeNil()); in TEST_F()
921 Literal nil_literal1(ShapeUtil::MakeNil()); in TEST_F()
947 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1303 Literal nil(ShapeUtil::MakeNil()); in TEST_F()
1370 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1396 ShapeUtil::MakeNil()}))); in TEST_F()
1401 EXPECT_TRUE(ShapeUtil::Compatible(elements[2].shape(), ShapeUtil::MakeNil())); in TEST_F()
1405 Literal nil_literal(ShapeUtil::MakeNil()); in TEST_F()
1444 EXPECT_TRUE(ShapeUtil::Equal(ShapeUtil::MakeNil(), literal.shape())); in TEST_F()
[all …]
Dshape_util.h316 static Shape MakeNil() { return MakeTupleShape({}); } in MakeNil() function
Dshape_tree.h103 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree()
Dliteral_util.cc139 other.shape_ = ShapeUtil::MakeNil(); in Literal()
157 other.shape_ = ShapeUtil::MakeNil(); in operator =()
433 src_literal.shape_ = ShapeUtil::MakeNil(); in MoveFrom()
Dliteral_util.h64 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager.cc34 buffer->Done(ShapeUtil::MakeNil()); in Reset()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc158 ShapeUtil::MakeNil(), /*operands=*/{}, outfeed_computation)); in TEST_F()
Dhlo_verifier.cc125 return CheckShape(outfeed, ShapeUtil::MakeNil()); in HandleOutfeed()
319 return CheckShape(send_done, ShapeUtil::MakeNil()); in HandleSendDone()
Dhlo_instruction.cc168 WrapUnique(new HloInstruction(HloOpcode::kTrace, ShapeUtil::MakeNil())); in CreateTrace()
406 WrapUnique(new HloInstruction(HloOpcode::kOutfeed, ShapeUtil::MakeNil())); in CreateOutfeed()
433 new HloInstruction(HloOpcode::kSendDone, ShapeUtil::MakeNil())); in CreateSendDone()
Duser_computation.cc241 *request.mutable_output_shape() = ShapeUtil::MakeNil(); in AddSendInstruction()
387 *request.mutable_output_shape() = ShapeUtil::MakeNil(); in AddTraceInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc666 return std::make_tuple(false, ShapeUtil::MakeNil(), ShapeUtil::MakeNil()); in IsTranspose021()