Searched refs:zero_r2_f32 (Results 1 – 1 of 1) sorted by relevance
77 xla::XlaOp zero_r2_f32 = xla::ZerosLike(predictions_r2); in Compile() local78 xla::XlaOp select_r2 = xla::Select(eq_r2, predictions_r2, zero_r2_f32); in Compile()