clang
This commit is contained in:
parent
2a74294e34
commit
5592f9d2e2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user