My Chip Ideas For Cv2

This topic will be where I will add my circuit ideas
These Ideas for Cv2 Chips I have that could make circuits run faster and more efficiently


List Dot Product: Get the dot product of a list
ex. (L1,1L2,1)+(L1,2L2,2)+(L1,3*L2,3)
I know this one is very niche but it could be used in, for example, neural networks

List Sublist: Like the string substring but instead of getting a string based on starting point index and ending point Index+Length, it does that but for lists
Alternative: Sublist; using 2 index to directly choose the start and end points

2 Likes