Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc2167 static Attribute UnaryFolder(Op* op, ArrayRef<Attribute> attrs) { in UnaryFolder() function
2205 return UnaryFolder<Op, FloatType, APFloat, Func<APFloat>>(this, attrs); \
2207 return UnaryFolder<Op, IntegerType, APInt, Func<APInt>>(this, attrs); \
2214 return UnaryFolder<Op, FloatType, APFloat, Func>(this, attrs); \