Skip to content

Commit

Permalink
Data/Model: Supports multiple framework
Browse files Browse the repository at this point in the history
This patch removes hard-coded tensorflow-lite to supports multiple framework.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 committed Sep 20, 2024
1 parent 7595501 commit a38d33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ data class Model(

val filter =
"other/tensors,format=${inFormat}${inTensors}${inDims}${inTypes},framerate=0/1 ! " +
"tensor_filter framework=tensorflow-lite model=${modelPaths} ! " +
"tensor_filter framework=${framework} model=${modelPaths} ! " +
"other/tensors,format=${outFormat}${outTensors}${outDims}${outTypes},framerate=0/1"

return filter
Expand Down

0 comments on commit a38d33b

Please sign in to comment.