forked from ROCm/MIVisionX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tensor changes in master graph and ring buffer (#17)
* Add changes in master graph.h and master_graph.cpp Changed all instances from Image to Tensor Remove the cycle idx loop in output routine Removed video output routine Removed copy out API Remove API to get output width, height from info Remove output tensor allocation * Remove instances of output tensor in MasterGraph * Add get_output_tensors API in MasterGraph * Remove IBS and associated changes from MasterGraph * Add changes in ring buffer Remove master buffer and intrduce sub buffer for HOST * Remove processing on HIP and OCL check from master graph * Remove sub buffer count variable from ring buffer init * Remove use of vx_tensor for the output tensors * Code clean up * Changed output ptr type to auto
- Loading branch information
1 parent
a321eeb
commit 006eadc
Showing
7 changed files
with
153 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.