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.proto180 bool is_host_transfer = 47; field
Dhlo_parser.cc960 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
976 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
994 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
1009 optional<bool> is_host_transfer = false; in ParseInstructionRhs() local
Dhlo_instructions.cc366 bool is_host_transfer) in HloSendRecvInstruction()
399 bool is_host_transfer) in HloSendInstruction()
419 bool is_host_transfer) in HloSendDoneInstruction()
438 bool is_host_transfer) in HloRecvInstruction()
457 bool is_host_transfer) in HloRecvDoneInstruction()
Dhlo_instruction.cc878 bool is_host_transfer) { in CreateSend()
884 HloInstruction* operand, bool is_host_transfer) { in CreateSendDone()
894 bool is_host_transfer) { in CreateRecv()
900 HloInstruction* operand, bool is_host_transfer) { in CreateRecvDone()
Dhlo_instructions.h217 bool is_host_transfer() const { return is_host_transfer_; } in is_host_transfer() function