Skip to content

Commit 70e4dfb

Browse files
committed
.
1 parent 01ca01e commit 70e4dfb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

runtime/executor/test/method_meta_test.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ namespace runtime {
3232
namespace testing {
3333
// Provides access to private TensorInfo methods.
3434
class TensorInfoTestFriend final {
35-
<<<<<<< HEAD
3635
public:
3736
ET_NODISCARD static TensorInfo get(
3837
Span<const int32_t> sizes,
@@ -46,21 +45,6 @@ class TensorInfoTestFriend final {
4645
scalar_type,
4746
is_memory_planned,
4847
name);
49-
=======
50-
public:
51-
ET_NODISCARD static TensorInfo get(
52-
Span<const int32_t> sizes,
53-
Span<const uint8_t> dim_order,
54-
executorch::aten::ScalarType scalar_type,
55-
const bool is_memory_planned,
56-
executorch::aten::string_view name) {
57-
return TensorInfo(
58-
Span<const int32_t>(sizes.data(), sizes.size()),
59-
Span<const uint8_t>(dim_order.data(), dim_order.size()),
60-
scalar_type,
61-
is_memory_planned,
62-
name);
63-
>>>>>>> 69509e358f696efa3dd650ea98bcb1bcec0311bd
6448
}
6549
};
6650
} // namespace testing

0 commit comments

Comments
 (0)