Skip to content

Commit 6293878

Browse files
committed
Remove MinMaxValues struct.
1 parent 4f52f85 commit 6293878

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

torch_xla/csrc/tensor_methods.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ namespace torch_xla {
163163
namespace tensor_methods {
164164
namespace {
165165

166-
struct MinMaxValues {
167-
torch::lazy::Value min;
168-
torch::lazy::Value max;
169-
};
170-
171166
torch::lazy::Value MaybeExpand(const torch::lazy::Value& input,
172167
const xla::Shape& target_shape) {
173168
if (GetXlaShape(input).dimensions() == target_shape.dimensions()) {

0 commit comments

Comments
 (0)