Skip to content

Commit

Permalink
scripts/vsmlrt.py: add missing fp16_blacklist_ops to Backend.OV_GPU
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Sep 23, 2022
1 parent c3350f1 commit be5fc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/vsmlrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ class OV_GPU:
fp16: bool = False
num_streams: typing.Union[int, str] = 1
device_id: int = 0
fp16_blacklist_ops: typing.Optional[typing.Sequence[str]] = None

# internal backend attributes
supports_onnx_serialization: bool = True

@dataclass(frozen=False)
Expand Down

0 comments on commit be5fc73

Please sign in to comment.