Searched refs:test_op (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | dispatch_test.py | 40 def test_op(x, y, z): function 81 original_handlers = test_op._tf_dispatchers[:] 83 @dispatch.dispatch_for_types(test_op, CustomTensor) 85 return CustomTensor(test_op(x.tensor, y.tensor, z.tensor), 92 result = test_op(x, y, z) 97 test_op._tf_dispatchers = original_handlers 102 @dispatch.dispatch_for_types(test_op, CustomTensor) 104 return CustomTensor(test_op(a.tensor, b.tensor, c.tensor),
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | create_python_api_test.py | 30 def test_op(): function 48 setattr(sys.modules[_MODULE_NAME], 'test_op', test_op) 50 test_op.__module__ = _MODULE_NAME
|
/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/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 | 546 ":test_op", 664 srcs = ["framework/test_op.cc"], 687 name = "test_op", 689 "test_op",
|
/external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/ |
D | Makefile.in | 35 tensorflow/c/test_op.cc \
|
/external/tensorflow/tensorflow/contrib/android/cmake/ |
D | CMakeLists.txt | 60 ${TENSORFLOW_ROOT_DIR}/tensorflow/c/test_op.cc
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_distributed.py | 503 test_op = ctx.run_op 536 _, batch_outs = K.batch_get_value([test_op, output_tensors])
|
/external/tensorflow/tensorflow/c/ |
D | BUILD | 395 srcs = ["test_op.cc"],
|
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
D | keras_support.py | 114 def test_op(): function 117 test_rewrite_op = tpu.rewrite(test_op)
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | tf_tests.cmake | 425 "${tensorflow_source_dir}/tensorflow/cc/framework/cc_ops_test.cc" # test_op.h missing
|