Searched refs:MakeNil (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util_test.cc | 325 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 …]
|
D | shape_util.h | 316 static Shape MakeNil() { return MakeTupleShape({}); } in MakeNil() function
|
D | shape_tree.h | 103 ShapeTree() : ShapeTree(ShapeUtil::MakeNil()) {} in ShapeTree()
|
D | literal_util.cc | 139 other.shape_ = ShapeUtil::MakeNil(); in Literal() 157 other.shape_ = ShapeUtil::MakeNil(); in operator =() 433 src_literal.shape_ = ShapeUtil::MakeNil(); in MoveFrom()
|
D | literal_util.h | 64 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | xfeed_manager.cc | 34 buffer->Done(ShapeUtil::MakeNil()); in Reset()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_inliner_test.cc | 158 ShapeUtil::MakeNil(), /*operands=*/{}, outfeed_computation)); in TEST_F()
|
D | hlo_verifier.cc | 125 return CheckShape(outfeed, ShapeUtil::MakeNil()); in HandleOutfeed() 319 return CheckShape(send_done, ShapeUtil::MakeNil()); in HandleSendDone()
|
D | hlo_instruction.cc | 168 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()
|
D | user_computation.cc | 241 *request.mutable_output_shape() = ShapeUtil::MakeNil(); in AddSendInstruction() 387 *request.mutable_output_shape() = ShapeUtil::MakeNil(); in AddTraceInstruction()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 666 return std::make_tuple(false, ShapeUtil::MakeNil(), ShapeUtil::MakeNil()); in IsTranspose021()
|