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