File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ namespace runtime {
3232namespace testing {
3333// Provides access to private TensorInfo methods.
3434class 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
You can’t perform that action at this time.
0 commit comments