(x, y)
| 1956 | @function.defun_with_attributes(attributes={'experimental_1': 'value1', |
| 1957 | 'experimental_2': 2}) |
| 1958 | def matmul(x, y): |
| 1959 | return math_ops.matmul(x, y) |
| 1960 | |
| 1961 | def add(x, y): |
| 1962 | return math_ops.add(x, y) |
no outgoing calls
no test coverage detected