Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddispatch_test.py40 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/
Dcreate_python_api_test.py30 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/
Dsmt_smp_enabled.sh57 test_op="Enable:/sys/devices/system/cpu/cpuX/online"
58 tst_resm TCONF "$test_op"
/external/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/external/tensorflow/tensorflow/cc/
DBUILD546 ":test_op",
664 srcs = ["framework/test_op.cc"],
687 name = "test_op",
689 "test_op",
/external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
DMakefile.in35 tensorflow/c/test_op.cc \
/external/tensorflow/tensorflow/contrib/android/cmake/
DCMakeLists.txt60 ${TENSORFLOW_ROOT_DIR}/tensorflow/c/test_op.cc
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_distributed.py503 test_op = ctx.run_op
536 _, batch_outs = K.batch_get_value([test_op, output_tensors])
/external/tensorflow/tensorflow/c/
DBUILD395 srcs = ["test_op.cc"],
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dkeras_support.py114 def test_op(): function
117 test_rewrite_op = tpu.rewrite(test_op)
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_tests.cmake425 "${tensorflow_source_dir}/tensorflow/cc/framework/cc_ops_test.cc" # test_op.h missing