Searched defs:CreateRecv (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc439 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRecv( function in class:xla::HloInstruction
1424 // The shape is a tuple, but CreateRecv() wants the raw data shape.
1426 CreateRecv(ShapeUtil::GetTupleElementShape(shape, 0), channel_id());

Completed in 153 milliseconds