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