Searched refs:c_x0 (Results 1 – 1 of 1) sorted by relevance
471 const xla::XlaOp c_x0 = xla::Reshape(xla::SliceInDim(boxes_sorted, in Compile() local492 xla::XlaOp x1 = xla::Select(xla::Le(c_x0, c_x1), c_x0, c_x1); in Compile()493 xla::XlaOp x2 = xla::Select(xla::Le(c_x0, c_x1), c_x1, c_x0); in Compile()