package modelkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Transform_cache.Content_id

type t
val of_bytes : bytes -> t
val of_string : string -> t
val of_matrix : Matrix.t -> t
val of_sample_weight : Sample_weight.t -> t
val of_groups : Groups.t -> t
val combine : domain:string -> t array -> (t, Error.t) result

Combines an ordered array under a nonblank domain. Domain and length framing distinguish structurally different material. Content IDs are deterministic cache identities, not cryptographic authentication.

val equal : t -> t -> bool
val to_hex : t -> string