Searched refs:ConstFoldBinaryOp (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
H A D | tfl_ops.cc | 592 Attribute ConstFoldBinaryOp(Type result_type, Attribute operand1, in ConstFoldBinaryOp() function 610 Attribute ConstFoldBinaryOp( in ConstFoldBinaryOp() function 622 return ConstFoldBinaryOp<FloatAttr>(result_type, operands[0], operands[1], in ConstFoldBinaryOp() 626 return ConstFoldBinaryOp<IntegerAttr>(result_type, operands[0], operands[1], in ConstFoldBinaryOp() 704 return ConstFoldBinaryOp( in fold() 1513 return ConstFoldBinaryOp<FloatAttr, float>( in fold() 1520 return ConstFoldBinaryOp<FloatAttr, Eigen::bfloat16>( in fold() 1526 return ConstFoldBinaryOp( in fold() 1545 return ConstFoldBinaryOp( in fold() 2159 return ConstFoldBinaryOp( in fold()
|