Searched defs:MatrixVectorData (Results 1 – 1 of 1) sorted by relevance
1036 struct MatrixVectorData { struct1038 std::vector<int8_t> matrix;1042 std::vector<int8_t> zeroed_matrix;1045 std::vector<int8_t> sparse_matrix;1046 std::vector<uint8_t> ledger;1048 std::vector<int8_t> vectors;1049 std::vector<float> scale_factors;1050 std::vector<float> results;1053 std::vector<float> per_channel_scales;1054 std::vector<int32_t> input_offsets;[all …]