mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 20:47:42 +03:00
Add d type
This commit is contained in:
parent
97a78af7f9
commit
91be6073d3
@ -31,6 +31,7 @@ class InputTensorEnum(str, Enum):
|
||||
|
||||
class InputDTypeEnum(str, Enum):
|
||||
float = "float"
|
||||
float_denorm = "float_denorm" # non-normalized float
|
||||
int = "int"
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user