pub struct StaPartFuncMats<T> {
    pub part_func_4d_mat_4_bpas: HashMap<(T, T, T, T), f32, RandomState, Global>,
    pub part_func_4d_mat_4_bpas_accessible_on_els: HashMap<(T, T, T, T), f32, RandomState, Global>,
    pub part_func_4d_mat_4_bpas_accessible_on_mls: HashMap<(T, T, T, T), f32, RandomState, Global>,
    pub forward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>,
    pub backward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>,
    pub forward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>,
    pub backward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>,
    pub forward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
    pub backward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
    pub forward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
    pub backward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>,
}

Fields

part_func_4d_mat_4_bpas: HashMap<(T, T, T, T), f32, RandomState, Global>part_func_4d_mat_4_bpas_accessible_on_els: HashMap<(T, T, T, T), f32, RandomState, Global>part_func_4d_mat_4_bpas_accessible_on_mls: HashMap<(T, T, T, T), f32, RandomState, Global>forward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>backward_part_func_mat_4_external_loop: HashMap<(T, T), f32, RandomState, Global>forward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>backward_part_func_mat_4_external_loop_decode: HashMap<(T, T), f32, RandomState, Global>forward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>backward_tmp_part_func_set_mats_with_pos_pairs: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>forward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>backward_tmp_part_func_set_mats_with_pos_pairs_decode: HashMap<(T, T), HashMap<(T, T), TmpPartFuncs, RandomState, Global>, RandomState, Global>

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.