This commit is contained in:
myshevts 2021-11-19 13:54:09 +03:00
parent 2a74294e34
commit 5592f9d2e2
2 changed files with 5 additions and 4 deletions

View File

@ -406,7 +406,8 @@ void fillBlobs(const std::vector<std::string>& inputFiles,
}
// Fill random
// slog::info << "Fill input '" << item.first << "' with random values ("
// << std::string((app_info.isImage() ? "image" : "some binary data")) << " is expected)"
// << std::string((app_info.isImage() ? "image" : "some binary data")) << " is
// expected)"
// << slog::endl;
if (precision == InferenceEngine::Precision::FP32) {
fillBlobRandom<float, float>(inputBlob);