Searched refs:iota_m (Results 1 – 2 of 2) sorted by relevance
65 xla::XlaOp iota_m = xla::Iota(builder, xla::S32, m); in Compile() local67 auto indicator = xla::Eq(iota_m, xla::Broadcast(iota_n, {m}), in Compile()
65 xla::XlaOp iota_m = xla::Iota(builder, iota_shape, /*iota_dimension=*/0); in Compile() local68 auto offset = xla::Sub(iota_n, iota_m); in Compile()