package caisar

  1. Overview
  2. Docs

Location of the data for this tensor. MUST be one of:

  • DEFAULT - data stored inside the protobuf message. Data is stored in raw_data (if set) otherwise in type-specified field.
  • EXTERNAL - data stored in an external location as described by external_data field.
type t =
  1. | DEFAULT
  2. | EXTERNAL
val name : unit -> string

Fully qualified protobuf name of this enum

OCaml

Innovation. Community. Security.