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_instructions.cc627 bool is_host_transfer) in HloSendRecvInstruction()
659 bool is_host_transfer) in HloSendInstruction()
679 bool is_host_transfer) in HloSendDoneInstruction()
699 bool is_host_transfer) in HloRecvInstruction()
718 bool is_host_transfer) in HloRecvDoneInstruction()
Dhlo_parser.cc1839 optional<bool> is_host_transfer = false; in CreateInstruction() local
1855 optional<bool> is_host_transfer = false; in CreateInstruction() local
1876 optional<bool> is_host_transfer = false; in CreateInstruction() local
1891 optional<bool> is_host_transfer = false; in CreateInstruction() local
Dhlo.proto244 bool is_host_transfer = 47; field
Dhlo_instruction.cc1398 bool is_host_transfer) { in CreateSend()
1404 HloInstruction* operand, bool is_host_transfer) { in CreateSendDone()
1414 bool is_host_transfer) { in CreateRecv()
1420 HloInstruction* operand, bool is_host_transfer) { in CreateRecvDone()
Dhlo_instructions.h436 bool is_host_transfer() const { return is_host_transfer_; } in is_host_transfer() function