X-Git-Url: https://git.ti.com/gitweb?p=tidl%2Ftidl-api.git;a=blobdiff_plain;f=tinn_api%2Fsrc%2Fconfiguration.cpp;h=70fd136b65b3bd43d2aa3f83b37eef712c46ed2f;hp=55dd0fa709f8176756fee2408794f5914a5d791a;hb=686f0556a6f4cfcb9ca9d587a6ccb037d87578c0;hpb=e92addf306fb3443309e72636f8a96ccbad97d32;ds=inline diff --git a/tinn_api/src/configuration.cpp b/tinn_api/src/configuration.cpp index 55dd0fa..70fd136 100644 --- a/tinn_api/src/configuration.cpp +++ b/tinn_api/src/configuration.cpp @@ -38,8 +38,8 @@ Configuration::Configuration(): numFrames(0), inHeight(0), inWidth(0), inNumChannels(0), noZeroCoeffsPercentage(100), preProcType(0), - layersGroupId(tinn::internal::CURR_LAYERS_GROUP_ID), runFullNet(0), + enableInternalInput(0), EXTMEM_HEAP_SIZE(64 << 20), // 64MB for inceptionNetv1 PARAM_HEAP_SIZE(9 << 20) // 9MB for mobileNet1 { @@ -51,8 +51,8 @@ void Configuration::Print(std::ostream &os) const << "\nFrame= " << numFrames << " " << inWidth << "x" << inHeight << "x" << inNumChannels << "\nPreProcType " << preProcType - << "\nLayersGroupId " << layersGroupId << "\nRunFullNet " << runFullNet + << "\nEnableInternalInput " << enableInternalInput << "\nInputFile " << inData << "\nOutputFile " << outData << "\nNetwork " << netBinFile