Searched refs:op_creator (Results 1 – 2 of 2) sorted by relevance
150 const std::function<StatusOr<XlaOp>()>& op_creator) { in ReportErrorOrReturn() argument151 return ReportErrorOrReturn(op_creator()); in ReportErrorOrReturn()
273 XlaOp ReportErrorOrReturn(const std::function<StatusOr<XlaOp>()>& op_creator);