Home
last modified time | relevance | path

Searched refs:plus_one (Results 1 – 15 of 15) 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/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dnested.pass.cpp36 struct plus_one struct
52 assert(std::bind(plus_one(), g)(5) == 33); in main() argument
/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.py138 plus_one = var_one.assign_add(1.0)
143 self.evaluate(plus_one)
Dvariables_test.py136 plus_one = var.assign_add(1.0)
142 self.assertAllClose(1.0, self.evaluate(plus_one))
155 plus_one = var.assign_add(1.0)
161 self.evaluate(plus_one)
/external/tensorflow/tensorflow/compiler/tests/
Deager_test.py643 plus_one = f(constant_op.constant(True), constant_op.constant(10.0))
645 self.assertEqual(11.0, plus_one.numpy())
657 plus_one = f(constant_op.constant(True), constant_op.constant(10.0))
659 self.assertEqual(11.0, plus_one.numpy())
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll15 ; CHECK-LABEL: plus_one
22 define i1 @plus_one() {
/external/llvm-project/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/
Dconvert_to_constants_test.py664 def plus_one(x): function
670 defun_node = plus_one(variable_node)
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py3470 def plus_one(x): function
3476 self.assertAllClose(plus_one(x_float32), 4.0)
3480 self.assertAllClose(plus_one(x_float32), 4.0)
3484 self.assertAllClose(plus_one(x_float64), 4.0)
3503 def plus_one(x): function
3510 self.assertAllClose(plus_one(x_float32), 4.0)
3527 def plus_one(x): function
3533 self.assertAllClose(plus_one(numpy.array(3.0, dtype=numpy.float32)), 4.0)
3539 self.assertAllClose(plus_one(numpy.array(3.0, dtype=numpy.float64)), 4.0)
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h1152 template <bool plus_one, typename T, size_t sizeofT>
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h1106 template <bool plus_one, typename T, size_t sizeofT>
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h1139 template <bool plus_one, typename T, size_t sizeofT>
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h1163 template <bool plus_one, typename T, size_t sizeofT>
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc713 auto plus_one = builder->create<chlo::BroadcastAddOp>( in CreateWhile32() local
716 new_values.insert(new_values.begin(), plus_one); in CreateWhile32()