Home
last modified time | relevance | path

Searched defs:test_op (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/external/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api_test.py30 def test_op(): function
/external/tensorflow/tensorflow/python/util/
Ddispatch_test.py49 def test_op(x, y, z): function
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py221 def _make_assert_msg_data(sym, x, y, summarize, test_op): argument