MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / ToNdarray

Interface ToNdarray

ciphercore-base/src/data_values.rs:1249–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249pub trait ToNdarray<T> {
1250 fn to_ndarray(&self, t: Type) -> Result<ndarray::ArrayD<T>>;
1251}
1252
1253/// Converts `self` to a multi-dimensional array if it is a byte vector, then cast the array entries to `u8`.
1254///

Callers

nothing calls this directly

Implementers 3

data_values.rsciphercore-base/src/data_values.rs
typed_value.rsciphercore-base/src/typed_value.rs
replicated_shares.rsciphercore-base/src/typed_value_secret

Calls

no outgoing calls

Tested by

no test coverage detected