Home
last modified time | relevance | path

Searched defs:Import (Results 1 – 25 of 127) sorted by relevance

123456

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_module_importer.cc42 Status HloModuleImporter::Import(const xla::HloModule& module) { in Import() function in xla::HloModuleImporter
56 Status HloModuleImporter::Import(const xla::HloModuleProto& module_proto) { in Import() function in xla::HloModuleImporter
/external/llvm-project/llvm/include/llvm/Transforms/
DIPO.h235 Import, ///< Import information from summary. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h229 Import, ///< Import information from summary. enumerator
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc35 static stream_executor::port::StatusOr<mlir::OwningModuleRef> Import( in Import() function
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse); rpc
/external/libchrome/crypto/
Dsymmetric_key.cc88 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
/external/python/jinja/docs/
Dtemplates.rst1097 Import section in List of Control Structures
1157 Import Context Behavior argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlibmemtrack_wrapper.cc37 void Import(T** func, void* lib, const char* name) { in Import() function
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DImportOrderer.java187 class Import { class in ImportOrderer
192 Import(String imported, String trailing, boolean isStatic) { in Import() method in ImportOrderer.Import
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h84 struct Import { struct
90 Global GlobalImport; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h83 struct Import { struct
89 Global GlobalImport; argument
/external/swiftshader/tests/regres/cov/
Dimport.go98 func (e Env) Import(profrawPath string) (*Coverage, error) { func
/external/tensorflow/tensorflow/lite/experimental/resource/
Dstatic_hashtable.cc60 TfLiteStatus StaticHashtable<KeyType, ValueType>::Import( in Import() function in tflite::resource::internal::StaticHashtable
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp759 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1247 wasm::WasmImport Import; in prepareImports() local
1259 wasm::WasmImport Import; in prepareImports() local
1271 wasm::WasmImport Import; in prepareImports() local
1284 wasm::WasmImport Import; in prepareImports() local
1305 wasm::WasmImport Import; in prepareImports() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp598 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
620 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
633 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp709 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1161 wasm::WasmImport Import; in writeObject() local
1173 wasm::WasmImport Import; in writeObject() local
1185 wasm::WasmImport Import; in writeObject() local
1202 wasm::WasmImport Import; in writeObject() local
/external/libcap/cap/
Dfile.go315 func Import(d []byte) (*Set, error) { func
/external/tensorflow/tensorflow/go/
Dgraph.go178 func (g *Graph) Import(def []byte, prefix string) error { func
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc210 std::unique_ptr<Model> Import(const TocoFlags& toco_flags, in Import() function
/external/clang/lib/AST/
DASTImporter.cpp6048 QualType ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
6072 TypeSourceInfo *ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
6097 Decl *ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
6199 Expr *ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
6206 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
6226 NestedNameSpecifier *ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
6279 NestedNameSpecifierLoc ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter
6284 TemplateName ASTImporter::Import(TemplateName From) { in Import() function in ASTImporter
6373 SourceLocation ASTImporter::Import(SourceLocation FromLoc) { in Import() function in ASTImporter
6393 SourceRange ASTImporter::Import(SourceRange FromRange) { in Import() function in ASTImporter
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DCxxModuleHandler.cpp285 llvm::Optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import() function in CxxModuleHandler
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc202 std::unique_ptr<Model> Import(const ModelFlags& model_flags, in Import() function
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp173 for (const Module *Import : M->Imports) { in addModuleDep() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1401 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1416 DictScope Import(W, "Import"); in printCOFFImports() local
1430 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1498 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
/external/llvm/lib/IR/
DDebugInfo.cpp69 for (auto *Import : CU->getImportedEntities()) { in processModule() local

123456