Searched refs:c_y0 (Results 1 – 1 of 1) sorted by relevance
465 const xla::XlaOp c_y0 = xla::Reshape(xla::SliceInDim(boxes_sorted, in Compile() local490 xla::XlaOp y1 = xla::Select(xla::Le(c_y0, c_y1), c_y0, c_y1); in Compile()491 xla::XlaOp y2 = xla::Select(xla::Le(c_y0, c_y1), c_y1, c_y0); in Compile()