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/ |
D | nested.pass.cpp | 35 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/ |
D | hoist_random_uniform_test.py | 39 plus_one = lambda x: x + 1 function 56 tests = [("PlusOne", plus_one, False), ("RandomUniform", random, True),
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | eager_test.py | 592 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/ |
D | string_format_op_test.py | 77 plus_one = var_one.assign_add(1.0) 82 self.evaluate(plus_one)
|
D | logging_ops_test.py | 150 plus_one = var_one.assign_add(1.0) 155 self.evaluate(plus_one)
|
D | variables_test.py | 122 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/ |
D | peephole-na-phys-copy-folding.ll | 15 ; CHECK-LABEL: plus_one 22 define i1 @plus_one() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 14 define i1 @plus_one() nounwind { 15 ; CHECK32-LABEL: plus_one: 30 ; CHECK64-LABEL: plus_one:
|
/external/tensorflow/tensorflow/python/framework/ |
D | graph_util_test.py | 203 def plus_one(x): function 209 defun_node = plus_one(variable_node)
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1155 template <bool plus_one, typename T, size_t sizeofT>
|