Skip to content
Snippets Groups Projects
Commit b5fa988f authored by Maxence Naud's avatar Maxence Naud Committed by Inna Kucher
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 40b3983f
No related branches found
No related tags found
1 merge request!12Quantization ptq
Pipeline #32001 canceled
...@@ -35,7 +35,7 @@ public: ...@@ -35,7 +35,7 @@ public:
void call() override final { void call() override final {
//std::cout << "call() outputRange hook " << std::endl; //std::cout << "call() outputRange hook " << std::endl;
//this assumes there is only 1 output possible //this assumes there is only 1 output possible
std::shared_ptr<Tensor> tensor = std::static_pointer_cast<Tensor>(this->mOperator->getOutput(0)); std::shared_ptr<Tensor> tensor = mOperator->getOutput(0);
//tensor->print(); //tensor->print();
//std::cout << "call() outputRange hook : tensor printed" << std::endl; //std::cout << "call() outputRange hook : tensor printed" << std::endl;
float max_value = 0.; float max_value = 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment