Skip to content

Commit

Permalink
Remove stray debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Jan 3, 2024
1 parent bb589b2 commit 00df5be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmssw/MLProf/RuntimeMeasurement/plugins/TFRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ tensorflow::Tensor TFRuntime::createInputTensor(int rank, std::vector<int> shape
*data = inputType_ == mlprof::InputType::Incremental ? float(i) : drawNormal();
}

// print the tensor meta data
std::cout << "tensor: " << tensor.DebugString() << std::endl;

return tensor;
}

Expand Down

0 comments on commit 00df5be

Please sign in to comment.