pub fn cache_key(
op_kind: &'static str,
dtype: DtypeTag,
graph: &OperationGraphSpec,
) -> PlanCacheKeyExpand description
Build a PlanCacheKey from an op-kind tag + dtype + an
OperationGraphSpec. The signature is the full graph digest.