Home
last modified time | relevance | path

Searched defs:is_host_transfer (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto189 bool is_host_transfer = 47; field
Dhlo_parser.cc1457 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
1473 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
1494 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
1509 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
Dhlo_instructions.cc462 bool is_host_transfer) in HloSendRecvInstruction()
493 bool is_host_transfer) in HloSendInstruction()
513 bool is_host_transfer) in HloSendDoneInstruction()
532 bool is_host_transfer) in HloRecvInstruction()
551 bool is_host_transfer) in HloRecvDoneInstruction()
Dhlo_instruction.cc1124 bool is_host_transfer) { in CreateSend()
1130 HloInstruction* operand, bool is_host_transfer) { in CreateSendDone()
1140 bool is_host_transfer) { in CreateRecv()
1146 HloInstruction* operand, bool is_host_transfer) { in CreateRecvDone()
Dhlo_instructions.h279 bool is_host_transfer() const { return is_host_transfer_; } in is_host_transfer() function