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.
2 parents 847700b + a91b807 commit c65b8f9Copy full SHA for c65b8f9
tensorflow/lite/micro/kernels/esp_nn/conv.cc
@@ -45,7 +45,7 @@ struct NodeData {
45
46
static void* Init(TfLiteContext* context, const char* buffer, size_t length) {
47
TFLITE_DCHECK(context->AllocatePersistentBuffer != nullptr);
48
- return context->AllocatePersistentBuffer(context, sizeof(OpDataConv));
+ return context->AllocatePersistentBuffer(context, sizeof(NodeData));
49
}
50
51
static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
0 commit comments