We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2303b2 commit dbe864dCopy full SHA for dbe864d
backends/mediatek/runtime/include/NeuronBackend.h
@@ -212,7 +212,6 @@ class NeuronExecuTorchDelegate {
212
return NEURON_NO_ERROR;
213
}
214
215
-<<<<<<< HEAD
216
int CheckDimOrder(EValue** args) const {
217
size_t data_input_count = mInputSizes.size();
218
for (int i = 0; i < data_input_count; i++) {
@@ -267,10 +266,6 @@ class NeuronExecuTorchDelegate {
267
266
268
269
int HintNeuronBackend(::executorch::runtime::EValue** args) const;
270
-=======
271
- int HintNeuronBackend(
272
- ::executorch::runtime::Span<::executorch::runtime::EValue*> args) const;
273
->>>>>>> upstream/main
274
275
private:
276
std::vector<size_t> mInputSizes;
0 commit comments