Skip to main content

cache_key

Function cache_key 

Source
pub fn cache_key(
    op_kind: &'static str,
    dtype: DtypeTag,
    graph: &OperationGraphSpec,
) -> PlanCacheKey
Expand description

Build a PlanCacheKey from an op-kind tag + dtype + an OperationGraphSpec. The signature is the full graph digest.