HomeSort by relevance Sort by last modified time
    Searched refs:is_phi_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_value.h 135 bool is_phi() const { return is_phi_; }
174 const bool is_phi_; member in class:xla::HloValue
hlo_value.cc 72 : id_(id), is_phi_(is_phi) {
93 return StrCat(id_, " ", is_phi_ ? "PHI " : "", defining_instruction()->name(),

Completed in 106 milliseconds