Home
last modified time | relevance | path

Searched defs:is_phi (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_phi_graph.h64 bool is_phi; member
Dhlo_phi_graph_test.cc25 HloValue NewHloValue(bool is_phi) { in NewHloValue()
Dhlo_value.h126 bool is_phi() const { return is_phi_; } in is_phi() function
Dhlo_phi_graph.cc118 std::string is_phi = node->is_phi ? ", phi" : ""; in ToString() local
Dhlo_value.cc72 const ShapeIndex& index, bool is_phi) in HloValue()
Dhlo_dataflow_analysis.cc146 bool is_phi) { in NewHloValue()
/external/mesa3d/src/amd/compiler/
Daco_ir.h1369 constexpr bool is_phi(Instruction* instr) in is_phi() function
1374 static inline bool is_phi(aco_ptr<Instruction>& instr) in is_phi() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h826 bool is_phi() { return subtype == NST_PHI; } in is_phi() function