pub fn build_input_shred_and_data<F: Field>(
data: MultilinearExtension<F>,
input_node: &InputLayerNode,
) -> (InputShred, InputShredData<F>)Expand description
Using a data vector, get an InputShred which represents its shape, along with InputShredData which represents the corresponding data.