/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | utils_test.py | 70 fn1 = lambda: 'fn1' function 78 fn1 = lambda: constant_op.constant('fn1') function 87 fn1 = lambda: variables.Variable('fn1') function 97 fn1 = lambda: constant_op.constant(0) - constant_op.constant(1) function 109 fn1 = lambda: 'fn1' function 117 fn1 = lambda: constant_op.constant('fn1') function 126 fn1 = lambda: variables.Variable('fn1') function 136 fn1 = lambda: constant_op.constant(0) - constant_op.constant(1) function 148 fn1 = lambda: ops.convert_to_tensor('fn1') function 158 fn1 = lambda: constant_op.constant('fn1') function [all …]
|
D | utils.py | 171 def static_cond(pred, fn1, fn2): argument 197 def smart_cond(pred, fn1, fn2, name=None): argument
|
/external/clang/test/Modules/Inputs/PR27754/ |
D | TMetaUtils.h | 2 void fn1() { true_type(); } in fn1() function
|
/external/clang/test/Frontend/ |
D | plugin-annotate-functions.c | 19 void fn1() { } in fn1() function
|
/external/clang/test/SemaCXX/ |
D | PR23334.cpp | 5 void fn1() { in fn1() function
|
D | vartemplate-lambda.cpp | 7 template<typename T> auto fn1 = [](auto a) { return a + T(1); }; in __anon6fad6cc00202() variable
|
D | microsoft-dtor-lookup.cpp | 120 void fn1(B *b) { b->m_fn1(); } in fn1() function 131 void fn1(B b) {} in fn1() function
|
/external/clang/test/PCH/ |
D | type_pack_element.cpp | 12 void fn1() { in fn1() function
|
D | make-integer-seq.cpp | 12 void fn1() { in fn1() function
|
D | pr27445.cpp | 5 void fn1(A &) {} in fn1() function
|
D | implicitly-deleted.cpp | 15 void fn1() { in fn1() function
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1 in fn1() function
|
D | macro-expressions.cpp | 17 void fn1() { in fn1() function
|
/external/clang/test/SemaObjC/ |
D | ivar-in-implementations.m | 34 id fn1(INTFSTANDALONE *b) { return b->PRIV_IVAR; } // expected-error {{instance variable 'PRIV_IVAR… function
|
D | ivar-in-class-extension.m | 5 int fn1(SomeClass *obj) { function
|
/external/clang/test/CodeGenCXX/ |
D | pr18962.cpp | 20 void fn1(A *p1) { in fn1() function
|
D | cxx0x-initializer-constructors.cpp | 8 void fn1() { in fn1() function
|
D | cxx11-initializer-aggregate.cpp | 6 int fn1(int x) { in fn1() function
|
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 39 void fn1(int i) { in fn1() function
|
/external/clang/test/CodeGen/ |
D | named_reg_global.c | 43 int fn1() { in fn1() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | control_flow_ops_py_test.py | 361 fn1 = lambda: math_ops.add(values, 1) function 370 fn1 = lambda: math_ops.add(v, 1) function 425 fn1 = lambda: ops.IndexedSlices(math_ops.add(x.values, 1), indices) function 460 fn1 = lambda: sparse_tensor.SparseTensor( function 472 fn1 = lambda: array_ops.concat([rt + 2, [[100]]], axis=0) function 517 fn1 = lambda: ops.IndexedSlices(math_ops.add(x.values, 1), i_32) function 535 fn1 = lambda: math_ops.add(v, 1.0) function 547 fn1 = lambda: math_ops.add(x, 1) function 575 fn1 = lambda: math_ops.add(x, 1) function 594 fn1 = lambda: [state_ops.assign(v1, 1).op, state_ops.assign(v2, 2).op] function [all …]
|
/external/clang/test/Modules/ |
D | pr27401.cpp | 36 CommentOptions fn1() { return fn1(); } in fn1() function
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 106 void fn1() { in fn1() function
|
/external/clang/test/Sema/ |
D | typo-correction.c | 49 void fn1() { in fn1() function
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_pindent.py | 19 def assertFileEqual(self, fn1, fn2): argument
|