Searched refs:test_op (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | dispatch_test.py | 49 def test_op(x, y, z): function 163 original_handlers = test_op._tf_dispatchers[:] 165 @dispatch.dispatch_for_types(test_op, CustomTensor) 167 return CustomTensor(test_op(x.tensor, y.tensor, z.tensor), 174 result = test_op(x, y, z) 179 test_op._tf_dispatchers = original_handlers 186 @dispatch.dispatch_for_types(test_op, CustomTensor) 188 return CustomTensor(test_op(a.tensor, b.tensor, c.tensor),
|
/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
D | smt_smp_enabled.sh | 57 test_op="Enable:/sys/devices/system/cpu/cpuX/online" 58 tst_resm TCONF "$test_op"
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | create_python_api_test.py | 30 def test_op(): function 53 setattr(sys.modules[_MODULE_NAME], 'test_op', test_op) 56 test_op.__module__ = _MODULE_NAME
|
/external/clang/test/SemaTemplate/ |
D | operator-function-id-template.cpp | 17 void test_op(A<int> a, int i) { in test_op() function
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | operator-function-id-template.cpp | 17 void test_op(A<int> a, int i) { in test_op() function
|
/external/tensorflow/tensorflow/cc/ |
D | BUILD | 605 ":test_op", 722 srcs = ["framework/test_op.cc"], 745 name = "test_op", 747 "test_op",
|
/external/tensorflow/tensorflow/tools/android/inference_interface/cmake/ |
D | CMakeLists.txt | 60 ${TENSORFLOW_ROOT_DIR}/tensorflow/c/test_op.cc
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 221 def _make_assert_msg_data(sym, x, y, summarize, test_op): argument 249 mask = math_ops.logical_not(test_op) 333 test_op = op_func(x, y) 334 condition = math_ops.reduce_all(test_op) 348 data = _make_assert_msg_data(sym, x, y, summarize, test_op)
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_distributed_v1.py | 353 test_op = control_flow_ops.group(list(output_tensors.values())) 386 _, batch_outs = K.batch_get_value([test_op, output_tensors])
|
/external/tensorflow/tensorflow/c/ |
D | BUILD | 762 srcs = ["test_op.cc"],
|