[GNA] fix 4d batch size eltwise issue (#3127)
This commit is contained in:
@@ -41,8 +41,7 @@ const std::vector<std::pair<std::string, ConfigType>> gnaQuantModes = {
|
||||
// {"sw_exact_i8", configInt8},
|
||||
};
|
||||
|
||||
// TODO: uncomment once fixed proper 4d import for GNA-plugin issue: 38806
|
||||
const std::vector<std::vector<size_t>> inputShapes = {{1, 1, 1, 1}, /*{3, 10, 5, 6}*/};
|
||||
const std::vector<std::vector<size_t>> inputShapes = {{1, 1, 1, 1}, {3, 10, 5, 6}};
|
||||
const std::vector<std::vector<size_t>> constShapes = {{1}};
|
||||
const std::vector<size_t> levels = {16, 255, 256};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user