Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ mod.rs
File
mod.rs
cake-core/src/models/mod.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use anyhow::{bail, Result};
2
use async_trait::async_trait;
3
use candle_core::Tensor;
4
use image::{ImageBuffer, Rgb};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected