test simple

This commit is contained in:
Francesco Gatti
2019-10-30 15:40:48 +01:00
parent 6a1707f65e
commit f247300469
3 changed files with 39 additions and 16 deletions
+1
View File
@@ -183,6 +183,7 @@ ILayer* NetworkRT::convert_layer(ITensor *input, Layer *l) {
if(type == LAYER_UPSAMPLE)
return convert_layer(input, (Upsample*) l);
std::cout<<l->getLayerName()<<"\n";
FatalError("Layer not implemented in tensorRT");
return NULL;
}