Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dnested.pass.cpp35 struct plus_one struct
51 assert(std::bind(plus_one(), g)(5) == 33); in main() argument
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dhoist_random_uniform_test.py39 plus_one = lambda x: x + 1 function
56 tests = [("PlusOne", plus_one, False), ("RandomUniform", random, True),
/external/tensorflow/tensorflow/compiler/tests/
Deager_test.py592 plus_one = f(constant_op.constant(True), constant_op.constant(10.0))
594 self.assertEqual(11.0, plus_one.numpy())
606 plus_one = f(constant_op.constant(True), constant_op.constant(10.0))
608 self.assertEqual(11.0, plus_one.numpy())
/external/tensorflow/tensorflow/python/kernel_tests/
Dstring_format_op_test.py77 plus_one = var_one.assign_add(1.0)
82 self.evaluate(plus_one)
Dlogging_ops_test.py150 plus_one = var_one.assign_add(1.0)
155 self.evaluate(plus_one)
Dvariables_test.py122 plus_one = var.assign_add(1.0)
128 self.assertAllClose(1.0, self.evaluate(plus_one))
141 plus_one = var.assign_add(1.0)
147 self.evaluate(plus_one)
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll15 ; CHECK-LABEL: plus_one
22 define i1 @plus_one() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll14 define i1 @plus_one() nounwind {
15 ; CHECK32-LABEL: plus_one:
30 ; CHECK64-LABEL: plus_one:
/external/tensorflow/tensorflow/python/framework/
Dgraph_util_test.py203 def plus_one(x): function
209 defun_node = plus_one(variable_node)
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h1155 template <bool plus_one, typename T, size_t sizeofT>