package tensorboard

  1. Overview
  2. Docs

types.proto Types

Types

type data_type =
  1. | Dt_invalid
  2. | Dt_float
  3. | Dt_double
  4. | Dt_int32
  5. | Dt_uint8
  6. | Dt_int16
  7. | Dt_int8
  8. | Dt_string
  9. | Dt_complex64
  10. | Dt_int64
  11. | Dt_bool
  12. | Dt_qint8
  13. | Dt_quint8
  14. | Dt_qint32
  15. | Dt_bfloat16
  16. | Dt_qint16
  17. | Dt_quint16
  18. | Dt_uint16
  19. | Dt_complex128
  20. | Dt_half
  21. | Dt_resource
  22. | Dt_variant
  23. | Dt_uint32
  24. | Dt_uint64
  25. | Dt_float_ref
  26. | Dt_double_ref
  27. | Dt_int32_ref
  28. | Dt_uint8_ref
  29. | Dt_int16_ref
  30. | Dt_int8_ref
  31. | Dt_string_ref
  32. | Dt_complex64_ref
  33. | Dt_int64_ref
  34. | Dt_bool_ref
  35. | Dt_qint8_ref
  36. | Dt_quint8_ref
  37. | Dt_qint32_ref
  38. | Dt_bfloat16_ref
  39. | Dt_qint16_ref
  40. | Dt_quint16_ref
  41. | Dt_uint16_ref
  42. | Dt_complex128_ref
  43. | Dt_half_ref
  44. | Dt_resource_ref
  45. | Dt_variant_ref
  46. | Dt_uint32_ref
  47. | Dt_uint64_ref

Default values

val default_data_type : unit -> data_type

default_data_type () is the default value for type data_type