/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_module_importer.cc | 33 Status HloModuleImporter::Import(const xla::HloModule& module) { in Import() function in xla::HloModuleImporter 46 Status HloModuleImporter::Import(const xla::HloModuleProto& module_proto) { in Import() function in xla::HloModuleImporter
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | IPO.h | 221 Import, ///< Import information from summary. enumerator
|
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse); rpc
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | mlir_roundtrip_pass.cc | 34 static StatusOr<mlir::OwningModuleRef> Import( in Import() function
|
/external/libchrome/crypto/ |
D | symmetric_key.cc | 88 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 77 struct Import { struct 83 Global GlobalImport; argument
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | libmemtrack_wrapper.cc | 37 void Import(T** func, void* lib, const char* name) { in Import() function
|
/external/tensorflow/tensorflow/lite/experimental/resource/ |
D | static_hashtable.cc | 60 TfLiteStatus StaticHashtable<KeyType, ValueType>::Import( in Import() function in tflite::resource::internal::StaticHashtable
|
/external/tensorflow/tensorflow/go/ |
D | graph.go | 148 func (g *Graph) Import(def []byte, prefix string) error { func
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 598 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/tensorflow/tensorflow/lite/toco/ |
D | toco_tooling.cc | 210 std::unique_ptr<Model> Import(const TocoFlags& toco_flags, in Import() function
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | import.cc | 201 std::unique_ptr<Model> Import(const ModelFlags& model_flags, in Import() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 934 auto Import = ImportGUIDs.count(GUID); in importFunctions() local 956 auto Import = ImportGUIDs.count(GUID); in importFunctions() local 970 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
|
/external/perfetto/src/protozero/test/ |
D | protozero_conformance_unittest.cc | 119 TEST(ProtoZeroConformanceTest, Import) { in TEST() argument
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 6048 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/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1401 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/ |
D | DebugInfo.cpp | 69 for (auto *Import : CU->getImportedEntities()) { in processModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 165 for (auto &Import : Obj.imports()) { in dump() local
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 220 for (const auto &Import : Imports) { in importFunctions() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 227 for (const auto &Import : Imports) { in importFunctions() local
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 96 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1575 DictScope Import(W, "Import"); in printDelayImportedSymbols() local 1590 DictScope Import(W, "Import"); in printCOFFImports() local 1610 DictScope Import(W, "DelayImport"); in printCOFFImports() local 1678 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | import_statement.py | 107 class Import(base_symbol.AnnotatedSymbol): class
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 74 auto *Import = cast<ImportDecl>(D); in VisitImportDecl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 734 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local 1134 wasm::WasmImport Import; in writeObject() local 1145 wasm::WasmImport Import; in writeObject() local
|