HomeSort by relevance Sort by last modified time
    Searched refs:test_op (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
smt_smp_enabled.sh 57 test_op="Enable:/sys/devices/system/cpu/cpuX/online"
58 tst_resm TCONF "$test_op"
  /external/tensorflow/tensorflow/python/util/
dispatch_test.py 38 @tf_export("test_op")
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/clang/test/SemaTemplate/
operator-function-id-template.cpp 17 void test_op(A<int> a, int i) { function
  /external/tensorflow/tensorflow/python/tools/api/generator/
create_python_api_test.py 29 @tf_export('test_op', 'test_op1', 'test.test_op2')
30 def test_op(): function
48 setattr(sys.modules[_MODULE_NAME], 'test_op', test_op)
50 test_op.__module__ = _MODULE_NAME
66 'import test_op as test_op1')
72 'import test_op')
  /external/tensorflow/tensorflow/contrib/android/cmake/
CMakeLists.txt 60 ${TENSORFLOW_ROOT_DIR}/tensorflow/c/test_op.cc
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
Makefile.in 35 tensorflow/c/test_op.cc \
  /external/tensorflow/tensorflow/python/keras/engine/
training_distributed.py 503 test_op = ctx.run_op
536 _, batch_outs = K.batch_get_value([test_op, output_tensors])
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
keras_support.py 114 def test_op(): function in function:_maybe_initialize_tpu
117 test_rewrite_op = tpu.rewrite(test_op)
    [all...]

Completed in 391 milliseconds