Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py77 imported = self.cycle(root, cycles)
78 self.assertIs(imported.dep_three, imported.dep_two.dep)
79 self.assertIsNot(imported.dep_one, imported.dep_two)
85 imported = self.cycle(root, cycles)
86 self.assertEqual(imported.v1.numpy(), 1.0)
87 self.assertTrue(imported.v1.trainable)
88 self.assertEqual(imported.v2.numpy(), 2.0)
89 self.assertFalse(imported.v2.trainable)
97 imported = self.cycle(root, cycles)
98 self.assertEqual(4., imported.f(constant_op.constant(2.)).numpy())
[all …]
Dload_v1_in_v2_test.py80 imported = load.load(self._v1_single_metagraph_saved_model(
82 fn = imported.signatures["serving_default"]
85 self.assertAllEqual([3., 1.], self.evaluate(imported.variables))
86 imported.variables[0].assign(4.)
89 imported.variables[1].assign(2.)
92 self.assertTrue(imported.variables[0].trainable)
93 self.assertFalse(imported.variables[1].trainable)
96 self.assertEqual(imported.variables[:1], list(tape.watched_variables()))
97 self.assertEqual(8., tape.gradient(output, imported.variables[0]).numpy())
101 imported = load.load(saved)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline_stats.ll11 ; CHECK-BASIC-NOT: -- Inlined not imported function
13 ; CHECK-VERBOSE: Inlined not imported function [internal2]: #inlines = 6, #inlines_to_importing_mod…
14 ; CHECK-VERBOSE: Inlined imported function [external2]: #inlines = 4, #inlines_to_importing_module …
15 ; CHECK-VERBOSE: Inlined imported function [external1]: #inlines = 3, #inlines_to_importing_module …
16 ; CHECK-VERBOSE: Inlined imported function [external5]: #inlines = 1, #inlines_to_importing_module …
17 ; CHECK-VERBOSE: Inlined imported function [external3]: #inlines = 1, #inlines_to_importing_module …
20 ; CHECK: All functions: 10, imported functions: 7
22 ; CHECK: imported functions inlined anywhere: 4 [57.14% of imported functions]
23 ; CHECK: imported functions inlined into importing module: 3 [42.86% of imported functions], remain…
24 ; CHECK: non-imported functions inlined anywhere: 1 [33.33% of non-imported functions]
[all …]
/external/clang/test/Modules/
Dbuild-fail-notes.m6 // CHECK: While building module 'DependsOnModule' imported from
7 // CHECK: While building module 'Module' imported from
17 // CHECK-REDEF: In module 'DependsOnModule' imported from
18 // CHECK-REDEF: In module 'Module' imported from
25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from
30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
Ddecldef.mm24 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def'}}
37 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
47 …// expected-error@-2{{definition of 'B' must be imported from module 'decldef.Def' before it is re…
62 // expected-error@-3 {{definition of 'Def2' must be imported}}
Ddecldef.m12 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def' before it i…
18 // expected-error@-4{{declaration of 'B' must be imported from module 'decldef.Decl' before it is r…
29 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_import2.mojom5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.imported"]
6 module imported;
10 // This sample adds more types and constants to the "imported" namespace,
24 imported.Shape shape = RECTANGLE;
25 imported.Color color = Color.BLACK;
Dsample_factory.mojom19 imported.ImportedInterface? obj;
38 imported.ImportedInterface& obj) => (imported.ImportedInterface& obj);
40 imported.ImportedInterface obj) => (imported.ImportedInterface obj);
Dsample_import.mojom5 [JavaPackage="org.chromium.mojo.bindings.test.mojom.imported"]
6 module imported;
8 // This sample just defines some types that are imported into
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc38 class ImportedInterfaceImpl : public imported::ImportedInterface {
41 InterfaceRequest<imported::ImportedInterface> request, in ImportedInterfaceImpl()
103 imported::ImportedInterfacePtr proxy(std::move(request->obj)); in DoStuff()
141 InterfaceRequest<imported::ImportedInterface> imported, in RequestImportedInterface() argument
144 imported::ImportedInterfacePtr imported, in TakeImportedInterface() argument
207 imported::ImportedInterfacePtrInfo imported; in TEST_P() local
209 ImportedInterfaceImpl imported_impl(MakeRequest(&imported), in TEST_P()
213 1, std::move(pipe1.handle0), base::nullopt, std::move(imported))); in TEST_P()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dfuncimport.ll23 ; Ensure that both weak alias to an imported function and strong alias to a
24 ; non-imported function are correctly turned into declarations.
36 ; Ensure that weak alias to a non-imported function is correctly
37 ; turned into a declaration, but that strong alias to an imported function
38 ; is imported as alias.
45 ; Ensure that strong alias imported in second pass of importing ends up
53 ; Ensure that strong alias imported in first pass of importing ends up
62 ; An alias is never imported.
67 ; Ensure that imported static variable and function references are correctly
71 ; Eventually @staticconstvar can be imported as a copy
[all …]
/external/llvm/test/Linker/
Dfuncimport.ll22 ; Ensure that both weak alias to an imported function and strong alias to a
23 ; non-imported function are correctly turned into declarations.
35 ; Ensure that weak alias to a non-imported function is correctly
36 ; turned into a declaration, but that strong alias to an imported function
37 ; is imported as alias.
44 ; Ensure that strong alias imported in second pass of importing ends up
52 ; Ensure that strong alias imported in first pass of importing ends up
61 ; An alias to an imported function is imported as alias if the function is not
67 ; Ensure that imported static variable and function references are correctly
77 ; Ensure that imported global (external) function and variable references
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcatchpad-regmask.ll15 ; extern "C" __declspec(dllimport) int imported;
18 ; imported = 111;
21 ; imported = 222;
23 ; imported = 333;
32 @imported = external dllimport global i32, align 4
93 store i32 111, i32* @imported, align 4, !tbaa !2
102 store i32 222, i32* @imported, align 4, !tbaa !2
106 store i32 333, i32* @imported, align 4, !tbaa !2
119 ; Third access must reload the address of imported
/external/llvm/test/CodeGen/X86/
Dcatchpad-regmask.ll15 ; extern "C" __declspec(dllimport) int imported;
18 ; imported = 111;
21 ; imported = 222;
23 ; imported = 333;
32 @imported = external dllimport global i32, align 4
93 store i32 111, i32* @imported, align 4, !tbaa !2
102 store i32 222, i32* @imported, align 4, !tbaa !2
106 store i32 333, i32* @imported, align 4, !tbaa !2
119 ; Third access must reload the address of imported
/external/python/cpython3/Doc/library/
Dmodulefinder.rst14 the set of modules imported by a script. ``modulefinder.py`` can also be run as
16 report of the imported modules will be printed.
33 the set of modules imported by a script. *path* can be a list of directories to
43 Print a report to standard output that lists the modules imported by the
91 print('Modules not imported:')
110 Modules not imported:
/external/python/cpython2/Doc/library/
Dmodulefinder.rst16 the set of modules imported by a script. ``modulefinder.py`` can also be run as
18 report of the imported modules will be printed.
36 the set of modules imported by a script. *path* can be a list of directories to
46 Print a report to standard output that lists the modules imported by the
94 print 'Modules not imported:'
113 Modules not imported:
/external/python/cpython2/Lib/test/
Dtest_site.py101 self.assertIn(pth_file.imported, sys.modules,
102 "%s not in sys.modules" % pth_file.imported)
271 def __init__(self, filename_base=TESTFN, imported="time", argument
277 self.imported = imported
298 print>>FILE, "import %s" % self.imported
312 self.imported_module = sys.modules.get(self.imported)
314 del sys.modules[self.imported]
317 sys.modules[self.imported] = self.imported_module
/external/openssh/regress/
Dkeygen-convert.sh24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport.ll40 ; External alias imported as available_externally copy of aliasee
44 ; External alias imported as available_externally copy of aliasee
55 ; should in turn be imported as a promoted/renamed and hidden function.
66 ; should in turn be imported.
110 ; INSTLIMDEF-DAG: 13 function-import - Number of functions imported
111 ; INSTLIMDEF-DAG: 4 function-import - Number of global variables imported
150 ; DUMP-NEXT: 13 functions imported from [[M2:.*]]
151 ; DUMP-NEXT: 4 vars imported from [[M2]]
Dfuncimport_cutoff.ll47 ; IMPORT: 2 function-import - Number of functions imported
48 ; IMPORT1: 1 function-import - Number of functions imported
49 ; NOIMPORT-NOT: function-import - Number of functions imported
/external/clang/test/Index/
Dpreamble-with-implicit-import.m3 // CHECK: error: declaration of 'Typo' must be imported
4 // CHECK: error: declaration of 'Typo' must be imported
/external/elfutils/libdw/
Dlibdw_visit_scopes.c133 bool imported = false; in walk_children() local
138 imported = true; in walk_children()
141 if (imported) in walk_children()
/external/wayland/tests/
Dheaders-test.c30 #error including wayland-client-core.h imported protocol symbols!
33 #error including wayland-server-core.h imported protocol symbols!
/external/python/cpython3/Lib/test/
Dtest_site.py103 self.assertIn(pth_file.imported, sys.modules,
104 "%s not in sys.modules" % pth_file.imported)
321 def __init__(self, filename_base=TESTFN, imported="time", argument
327 self.imported = imported
348 print("import %s" % self.imported, file=FILE)
362 self.imported_module = sys.modules.get(self.imported)
364 del sys.modules[self.imported]
367 sys.modules[self.imported] = self.imported_module
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dlinkonce_aliasee_ref_import.ll4 ; Import with instr limit to ensure only foo imported.
9 ; Import with instr limit to ensure only foo imported.
24 ; Check that we imported a ref (and not def) to baz.clone

12345678910>>...21