Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 25 of 73) sorted by relevance

123

/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py81 def test_function(): function
84 node, _, _ = parser.parse_entity(test_function)
87 self.assertEqual(test_function(), result.test_function())
117 def test_function(x, y, z): function
126 self.assert_body_anfs_as_expected(expected_result, test_function)
130 def test_function(a, b, c, e, f, g): function
143 self.assert_body_anfs_as_expected(expected_result, test_function)
147 def test_function(b, c, d, e): function
157 self.assert_body_anfs_as_expected(expected_result, test_function)
161 def test_function(call_something, a, b, y, z, c, d, e, f, g, h, i): function
[all …]
/external/tensorflow/tensorflow/python/util/
Dtf_decorator_test.py71 def test_function(x): function
113 self.assertIs(test_function,
114 tf_decorator.TFDecorator('', test_function).decorated_target)
119 test_function).decorator_name)
123 tf_decorator.TFDecorator('', test_function,
133 tf_decorator.TFDecorator('', test_function, '',
138 tf_decorator.TFDecorator('', test_function).__name__)
142 tf_decorator.TFDecorator('', test_function).__doc__)
145 self.assertEqual(124, tf_decorator.TFDecorator('', test_function)(123))
186 return test_function(*args, **kwargs)
[all …]
Ddecorator_utils_test.py40 def test_function(self): member in GetQualifiedNameTest
101 def test_function(self): member in ValidateCallableTest
/external/vixl/test/
Dtest-utils.cc47 void (*test_function)(void); in ExecuteMemory() local
50 VIXL_STATIC_ASSERT(sizeof(buffer) == sizeof(test_function)); in ExecuteMemory()
51 VIXL_STATIC_ASSERT(sizeof(uintptr_t) == sizeof(test_function)); in ExecuteMemory()
54 memcpy(&test_function, &entry_point, sizeof(test_function)); in ExecuteMemory()
66 test_function(); in ExecuteMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dexternally_available.ll3 define available_externally i32 @test_function() {
4 ; CHECK-NOT: @test_function
13 %A = call i32 @test_function()
15 ; CHECK-NOT: @test_function
22 ; CHECK-NOT: @test_function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dfunction.pass.cpp29 void test_function() in test_function() function
39 test_function<void ()>(); in main()
40 test_function<void (int)>(); in main()
41 test_function<int (double)>(); in main()
42 test_function<int (double, char)>(); in main()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer_test.py57 def test_function(): function
71 node, _, _ = parser.parse_entity(test_function)
131 def test_function(a): function
144 node, _, _ = parser.parse_entity(test_function)
197 def test_function(a): function
210 node, _, _ = parser.parse_entity(test_function)
268 def test_function(x, y): function
275 node, _, _ = parser.parse_entity(test_function)
299 def test_function(x): function
305 _, _, all_nodes = parser.parse_entity(test_function)
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Dexternally_available.ll2 ; RUN: not grep test_function %t
6 ; test_function should not be emitted to the .s file.
7 define available_externally i32 @test_function() {
13 %A = call i32 @test_function()
/external/llvm/test/Transforms/Inline/
Dexternally_available.ll2 ; RUN: not grep test_function %t
6 ; test_function should not be emitted to the .s file.
7 define available_externally i32 @test_function() {
13 %A = call i32 @test_function()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test()
38 exit(test_function()); in run_test()
102 int test_harness(int (test_function)(void), char *name) in test_harness()
121 rc = run_test(test_function, name); in test_harness()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_host.cc42 typedef int (*test_function)(); in main() typedef
43 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main()
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 ; CHECK-NOT: test_function
5 define available_externally i32 @test_function() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll11 ; test_function should not be emitted to the .s file.
12 ; CHECK-NOT: define {{.*}} @test_function()
13 define available_externally i32 @test_function() {
/external/tensorflow/tensorflow/tools/docs/
Dparser_test.py38 def test_function(unused_arg, unused_kwarg='default'): function
348 test_function,
385 self.assertEqual({test_function, test_function_with_args_kwargs}, funcs)
396 'test_function': test_function
419 py_object=test_function,
424 tf_inspect.getdoc(test_function).split('\n')[0], page_info.doc.brief)
539 'tf.test_function': test_function,
540 'tf.TestModule.test_function': test_function,
702 result = parser.is_free_function(test_function, 'test_module.test_function',
706 result = parser.is_free_function(test_function, 'TestClass.test_function',
/external/llvm/test/CodeGen/X86/
Dmisched-code-difference-with-debug.ll27 declare i32 @test_function(%class.C*, i8 signext, i8 signext, i8 signext, ...)
37 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
39 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
53 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
56 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmisched-code-difference-with-debug.ll28 declare i32 @test_function(%class.C*, i8 signext, i8 signext, i8 signext, ...)
38 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
40 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
54 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
57 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1.py383 if self.merged not in self.model.test_function.fetches:
384 self.model.test_function.fetches.append(self.merged)
385 self.model.test_function.fetch_callbacks[
406 if self.merged in self.model.test_function.fetches:
407 self.model.test_function.fetches.remove(self.merged)
408 if self.merged in self.model.test_function.fetch_callbacks:
409 self.model.test_function.fetch_callbacks.pop(self.merged)
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
Dcopy_assign.pass.cpp38 test_function() in test_function() function
50 test_function(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dtype-directive-print.ll4 module asm ".type test_function, %function"
12 ; CHECK: .type test_function,%function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh206 "$test_function" "$@"
229 test_function="root_cpu_hotplug_test"
245 test_function="general_cpu_hotplug_test"
/external/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt02.c53 static void test_function(void) in test_function() function
94 .test_all = test_function,

123