You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to know which parameters can be derived from the loop and which can't (can I take memoryInfo out of the loop?), can the loop only call session.Run? If you give me a link to some example, I would appreciate it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I want to know which parameters can be derived from the loop and which can't (can I take memoryInfo out of the loop?), can the loop only call session.Run? If you give me a link to some example, I would appreciate it.
That's what I do every iteration:
float *blob = nullptr;
std::vector<int64_t> inputTensorShape {1, 3, int(this->inputImageShape.width), int(this->inputImageShape.height)};
this->preprocessing(image, blob, inputTensorShape);
Beta Was this translation helpful? Give feedback.
All reactions