Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 25 of 147) sorted by relevance

123456

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope_test.py27 def func1(*args, **kwargs): function
55 key_op = _key_op(func1)
58 with arg_scope([func1], a=1, b=None, c=[1]) as sc1:
81 key_op = _key_op(func1)
84 with arg_scope([func1], a=1, b=None, c=[1]) as scope:
96 key(func1): func1_kwargs.copy(),
100 with arg_scope([func1], a=1, b=None, c=[1]):
106 key_op = _key_op(func1)
109 with arg_scope([func1], a=1, b=None, c=[1]) as scope1:
118 current_scope1 = {key(func1): func1_kwargs.copy()}
[all …]
/external/llvm/test/CodeGen/SPARC/
Dfunc-addr.ll8 define void @func1() #0 {
16 store void (...)* bitcast (void ()* @func1 to void (...)*), void (...)** %pFunc, align 4
22 ; abs32: sethi %hi(func1), %i0
23 ; abs32: add %i0, %lo(func1), %i1
24 ; abs32: call %i0+%lo(func1)
27 ; abs44: sethi %h44(func1), %i0
28 ; abs44: add %i0, %m44(func1), %i0
30 ; abs44: add %i0, %l44(func1), %i1
31 ; abs44: call %i0+%l44(func1)
34 ; abs64: sethi %hi(func1), %i0
[all …]
/external/clang/test/CodeGenCXX/
Dstatic-init-1.cpp8 int func1(int c) { return printf("loading the func1(%d)\n", c); } in func1() function
10 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
Ddebug-info-nodebug.cpp12 void func1(int);
13 void func2() { func1(const_global_int_def); } in func2()
40 func1(S2::static_const_member); in func3()
Ddestructors.cpp478 void func1(S1 &) noexcept(false);
483 func1(t1); in testLifetimeEnd()
486 func1(t2); in testLifetimeEnd()
489 func1(t3); in testLifetimeEnd()
/external/clang/test/Modules/Inputs/
Dredecl-merge-right.h66 int func1(int);
67 int func1(int);
68 int func1(int x) { return x; } in func1() function
69 int func1(int);
/external/valgrind/drd/tests/
Dstd_list.cpp48 void func1() { in func1() function in Test
59 void *func1(void *instance) in func1() function
63 casted->func1(); in func1()
86 err = pthread_create(&thread1, NULL, &func1, &instance1); in main()
/external/llvm/test/MC/ARM/
Deh-directive-section-comdat.s16 .section .TEST1,"axG",%progbits,func1,comdat
17 .weak func1
19 .type func1,%function
20 func1: label
128 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
132 @ CHECK: Name: func1
Deh-directive-integrated-test.s31 .globl func1 symbol
33 .type func1,%function
34 func1: label
48 .size func1, .Ltmp1-func1
Deh-directive-fnend-diagnostics.s10 .globl func1 symbol
12 .type func1,%function
13 func1: label
Deh-directive-pad-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-personality-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-fnstart-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
Deh-directive-text-section-multiple-func.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
74 @ CHECK: Name: func1
Deh-directive-section-multiple-func.s13 @ In this example, func1 and func2 should be defined in .TEST1 section.
21 .globl func1 symbol
23 .type func1,%function
25 func1: label
121 @ CHECK: Name: func1
Deh-directive-vsave-diagnostics.s15 .globl func1 symbol
17 .type func1,%function
23 func1: label
Deh-directive-save-diagnostics.s15 .globl func1 symbol
17 .type func1,%function
23 func1: label
Deh-directive-cantunwind.s12 .globl func1 symbol
14 .type func1,%function
16 func1: label
Deh-directive-setfp-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-compact-pr1.s9 .globl func1 symbol
11 .type func1,%function
12 func1: label
/external/llvm/test/Linker/
Dthinlto_funcimport_debug.ll6 ; If we import func1 and not func2 we should only link DISubprogram for func1
7 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=func1:%t.bc -S | FileCheck %s
10 ; CHECK: define available_externally i32 @func1
17 ; CHECK: distinct !DISubprogram(name: "func1", {{.*}}, unit: ![[CU2]]
28 define i32 @func1(i32 %n) #0 !dbg !4 {
58 !4 = distinct !DISubprogram(name: "func1", scope: !1, file: !1, line: 1, type: !5, isLocal: false, …
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreorder-functions.ll40 define internal void @func1() {
64 ; DEFAULTWINDOWSIZE-LABEL: func1
71 ; WINDOWSIZE1-LABEL: func1
78 ; SEQUENTIAL-LABEL: func1
85 ; WINDOWSIZEMAX-LABEL: func1
/external/llvm/test/tools/llvm-cov/Inputs/
Dprevent_false_instantiations.cpp3 void func1() { in func1() function
12 func1(); in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2004-02-26-LinkOnceFunctions.ll1 ; RUN: llc < %s -march=c | grep func1 | grep WEAK
3 define linkonce i32 @func1() {
/external/llvm/test/Transforms/MergeFunc/
Dmerge-weak-crash.ll3 ; CHECK-LABEL: define i32 @func1
16 ; CHECK: call i32 @func1
19 define i32 @func1(i32 %x, i32 %y) {

123456