Module Values_0.TargetDeviceSource

Sourcetype nonrec t =
  1. | Lambda
  2. | Ml_m4
  3. | Ml_m5
  4. | Ml_m6g
  5. | Ml_c4
  6. | Ml_c5
  7. | Ml_c6g
  8. | Ml_p2
  9. | Ml_p3
  10. | Ml_g4dn
  11. | Ml_inf1
  12. | Ml_inf2
  13. | Ml_trn1
  14. | Ml_eia2
  15. | Jetson_tx1
  16. | Jetson_tx2
  17. | Jetson_nano
  18. | Jetson_xavier
  19. | Rasp3b
  20. | Rasp4b
  21. | Imx8qm
  22. | Deeplens
  23. | Rk3399
  24. | Rk3288
  25. | Aisage
  26. | Sbe_c
  27. | Qcs605
  28. | Qcs603
  29. | Sitara_am57x
  30. | Amba_cv2
  31. | Amba_cv22
  32. | Amba_cv25
  33. | X86_win32
  34. | X86_win64
  35. | Coreml
  36. | Jacinto_tda4vm
  37. | Imx8mplus
  38. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t