Home
last modified time | relevance | path

Searched defs:triop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py614 def triop(name, ty, const_expr): function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc553 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, const XlaOp& lhs, const XlaOp& rhs, in TernaryOp()