Home
last modified time | relevance | path

Searched refs:test_op (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Ddispatch_test.py49 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/
Dsmt_smp_enabled.sh57 test_op="Enable:/sys/devices/system/cpu/cpuX/online"
58 tst_resm TCONF "$test_op"
/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api_test.py30 def test_op(): function
53 setattr(sys.modules[_MODULE_NAME], 'test_op', test_op)
56 test_op.__module__ = _MODULE_NAME
/external/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/external/llvm-project/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/external/tensorflow/tensorflow/cc/
DBUILD605 ":test_op",
722 srcs = ["framework/test_op.cc"],
745 name = "test_op",
747 "test_op",
/external/tensorflow/tensorflow/tools/android/inference_interface/cmake/
DCMakeLists.txt60 ${TENSORFLOW_ROOT_DIR}/tensorflow/c/test_op.cc
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py221 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/
Dtraining_distributed_v1.py353 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/
DBUILD762 srcs = ["test_op.cc"],