Home
last modified time | relevance | path

Searched refs:is_host_transfer_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h436 bool is_host_transfer() const { return is_host_transfer_; } in is_host_transfer()
465 bool is_host_transfer_; variable
Dhlo_instructions.cc629 is_host_transfer_(is_host_transfer) {} in HloSendRecvInstruction()
633 proto.set_is_host_transfer(is_host_transfer_); in ToProto()