| 3505 | } |
| 3506 | |
| 3507 | XlaOp Map(XlaBuilder* builder, absl::Span<const XlaOp> operands, |
| 3508 | const XlaComputation& computation, absl::Span<const int64> dimensions, |
| 3509 | absl::Span<const XlaOp> static_operands) { |
| 3510 | return builder->Map(operands, computation, dimensions, static_operands); |
| 3511 | } |
| 3512 | |
| 3513 | XlaOp RngNormal(const XlaOp mu, const XlaOp sigma, const Shape& shape) { |
| 3514 | return mu.builder()->RngNormal(mu, sigma, shape); |