Home
last modified time | relevance | path

Searched refs:importing (Results 1 – 25 of 204) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport_resolved.ll4 ; from main(), it will be selected for importing. When we encounter it with a
6 ; won't be selected for importing. We don't want to select both the copy from
24 ; INSTLIMDEFAULT: Is importing function {{.*}} foo from {{.*}}funcimport_resolved1.ll
25 ; INSTLIMDEFAULT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved1.ll
26 ; INSTLIMDEFAULT: Is importing function {{.*}} linkonceodrfunc2 from {{.*}}funcimport_resolved1.ll
27 ; INSTLIMDEFAULT: Is importing function {{.*}} f from {{.*}}funcimport_resolved1.ll
28 ; INSTLIMDEFAULT-NOT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved2.…
35 ; INSTLIM8: Is importing function {{.*}} foo from {{.*}}funcimport_resolved1.ll
36 ; INSTLIM8: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved1.ll
37 ; INSTLIM8: Not importing function {{.*}} linkonceodrfunc2 from {{.*}}funcimport_resolved1.ll
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b2.rst28 Fix importing one character extension modules.
46 Fixed regression that prevented importing extension modules from inside
/external/golang-protobuf/protoc-gen-go/testdata/import_public/importing/
Dimporting.proto34 package goproto.test.import_public.importing;
36 option go_package = "github.com/golang/protobuf/protoc-gen-go/testdata/import_public/importing";
Dimporting.pb.go4 package importing package
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc74 importing(false), in Options()
89 importing(true), in Options()
114 bool importing; member
390 if (prefix_.empty() && opts_.importing && !opts_.uniquify_names) { in EnsureNoNameCollisions()
559 if (!opts_.validate_colocation_constraints || !opts_.importing) in ValidateColocationConstraints()
587 if (!opts_.importing || !opts_.validate_shape) return Status::OK(); in ValidateShape()
944 if (opts_.importing) { in Convert()
1017 if (opts_.importing) { in Convert()
1087 if (!opts_.importing) { in UpdateVersionDef()
/external/tensorflow/tensorflow/lite/schema/
Dschema_v0.fbs30 min:[float]; // For importing back into tensorflow.
31 max:[float]; // For importing back into tensorflow.
47 name:string; // For debugging and importing back into tensorflow.
Dschema_v2.fbs36 min:[float]; // For importing back into tensorflow.
37 max:[float]; // For importing back into tensorflow.
53 name:string; // For debugging and importing back into tensorflow.
Dschema_v1.fbs35 min:[float]; // For importing back into tensorflow.
36 max:[float]; // For importing back into tensorflow.
52 name:string; // For debugging and importing back into tensorflow.
Dschema_v3.fbs42 min:[float]; // For importing back into tensorflow.
43 max:[float]; // For importing back into tensorflow.
63 name:string; // For debugging and importing back into tensorflow.
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-07-25-22-47-19.bpo-25083.HT_hXh.rst1 Adding I/O error checking when reading .py files and aborting importing on
/external/python/cpython2/Tools/scripts/
Dpydocgui.pyw2 # importing itself (Python began allowing import of .pyw files
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline_stats.ll23 ; CHECK: imported functions inlined into importing module: 3 [42.86% of imported functions], remain…
25 ; CHECK: non-imported functions inlined into importing module: 1 [33.33% of non-imported functions]
/external/python/cpython2/Doc/library/
D__future__.rst14 find the modules they're importing.
22 can be inspected programmatically via importing :mod:`__future__` and examining
Dzipimport.rst6 :synopsis: support for importing Python modules from ZIP archives.
30 doesn't contain :file:`.pyc` files, importing may be rather slow.
66 :class:`zipimporter` is the class for importing ZIP files.
/external/python/cpython3/Doc/library/
D__future__.rst14 find the modules they're importing.
22 can be inspected programmatically via importing :mod:`__future__` and examining
Dzipimport.rst5 :synopsis: support for importing Python modules from ZIP archives.
29 doesn't contain :file:`.pyc` files, importing may be rather slow.
61 :class:`zipimporter` is the class for importing ZIP files.
/external/python/funcsigs/
DMETADATA7 "(The primary purpose for importing this is as a pytest dependency)"
/external/sonivox/jet_tools/JetCreator_content/
DREADME.txt11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/Inputs/
Dadjustable_threshold.ll6 ; Adds an artificial level in the call graph to reduce the importing threshold
/external/llvm/test/Transforms/FunctionImport/Inputs/
Dadjustable_threshold.ll6 ; Adds an artificial level in the call graph to reduce the importing threshold
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_import2.mojom11 // to test a bug with importing multiple modules with the same namespace.
/external/python/cpython3/Doc/tutorial/
Dmodules.rst87 matter). The imported module names are placed in the importing module's global
91 module directly into the importing module's symbol table. For example::
111 Note that in general the practice of importing ``*`` from a module or package is
124 This is effectively importing the module in the same way that ``import fibo``
425 When importing the package, Python searches through the directories on
445 An alternative way of importing the submodule is::
486 long time and importing sub-modules might have unwanted side-effects that should
495 support it, if they don't see a use for importing \* from their package. For
528 importing module needs to use submodules with the same name from different
/external/u-boot/lib/libfdt/
DREADME22 After importing, other customizations were performed. See the
/external/python/cpython2/Doc/tutorial/
Dmodules.rst86 matter). The imported module names are placed in the importing module's global
90 module directly into the importing module's symbol table. For example::
107 Note that in general the practice of importing ``*`` from a module or package is
120 This is effectively importing the module in the same way that ``import fibo``
420 When importing the package, Python searches through the directories on
440 An alternative way of importing the submodule is::
481 long time and importing sub-modules might have unwanted side-effects that should
490 support it, if they don't see a use for importing \* from their package. For
523 importing module needs to use submodules with the same name from different
/external/llvm/test/tools/gold/X86/
Dthinlto_archive.ll9 ; Test importing from archive library via gold, using jobs=1 to ensure

123456789