Searched refs:binary_op_fns (Results 1 – 1 of 1) sorted by relevance
161 binary_op_fns.insert( in RegisterBinaryOpFn()170 auto found = binary_op_fns.find({op, device, type_index}); in GetBinaryOpFn()171 if (found == binary_op_fns.end()) return nullptr; in GetBinaryOpFn()254 binary_op_fns; variable