def find_indices()

in src/scripts/ffn_inference.py [0:0]


def find_indices(a, b):
    return [b.index(i) for i in a if i in b]