package caisar

  1. Overview
  2. Docs

Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h. If you rev one, you likely need to rev the other.

type t =
  1. | UNDEFINED
  2. | FLOAT
  3. | INT
  4. | STRING
  5. | TENSOR
  6. | GRAPH
  7. | SPARSE_TENSOR
  8. | TYPE_PROTO
  9. | FLOATS
  10. | INTS
  11. | STRINGS
  12. | TENSORS
  13. | GRAPHS
  14. | SPARSE_TENSORS
  15. | TYPE_PROTOS
val name : unit -> string

Fully qualified protobuf name of this enum

OCaml

Innovation. Community. Security.