Home
last modified time | relevance | path

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

123456

/external/flatbuffers/include/codegen/
Dpython.h76 struct Import { struct
84 const python::Import &Import(const std::string &module); argument
Dpython.cc47 const python::Import &python::Imports::Import(const std::string &module) { in Import() function in flatbuffers::python::python::Imports
54 const python::Import &python::Imports::Import(const std::string &module, in Import() function in flatbuffers::python::python::Imports
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dimport.h33 struct Import : public SqlFunction { struct
34 struct Context {
38 static constexpr bool kVoidReturn = true;
/external/cronet/tot/build/rust/chromium_prelude/
Dimport_attribute.rs30 struct Import { struct
31 target: GnTarget,
32 alias: Option<Ident>,
33 reexport: Option<Token![pub]>,
/external/angle/build/rust/chromium_prelude/
Dimport_attribute.rs30 struct Import { struct
31 target: GnTarget,
32 alias: Option<Ident>,
33 reexport: Option<Token![pub]>,
/external/cronet/stable/build/rust/chromium_prelude/
Dimport_attribute.rs30 struct Import { struct
31 target: GnTarget,
32 alias: Option<Ident>,
33 reexport: Option<Token![pub]>,
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_module_importer.cc44 Status HloModuleImporter::Import(const xla::HloModule& module) { in Import() function in xla::HloModuleImporter
62 Status HloModuleImporter::Import(const xla::HloModuleProto& module_proto) { in Import() function in xla::HloModuleImporter
/external/bazelbuild-rules_go/go/tools/builders/
Dgenerate_test_main.go47 type Import struct { struct
48 Name string
49 Path string
/external/google-cloud-java/java-recommendations-ai/proto-google-cloud-recommendations-ai-v1beta1/src/main/java/com/google/cloud/recommendationengine/v1beta1/
DImport.java21 public final class Import { class
22 private Import() {} in Import() method in Import
/external/cldr/docs/site/development/development-process/design-proposals/
Dproposed-collation-additions.md69 ### Proposed LDML syntax:
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/
DIPO.h205 Import, ///< Import information from summary. enumerator
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DImport.kt18 public data class Import internal constructor( class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h229 Import, ///< Import information from summary. enumerator
/external/armnn/include/armnn/backends/
DITensorHandle.hpp75 virtual bool Import(void* memory, MemorySource source) in Import() function in armnn::ITensorHandle
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc36 Import(const GraphOptimizationPassOptions& options, const Graph& graph, in Import() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h89 struct Import { struct
90 Import() {} in Import() argument
96 Table TableImport; argument
/external/armnn/src/dynamic/sample/
DSampleTensorHandle.cpp91 bool SampleTensorHandle::Import(void* memory, armnn::MemorySource source) in Import() function in sdb::SampleTensorHandle
/external/libchrome/crypto/
Dsymmetric_key.cc88 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
/external/armnn/src/backends/tosaReference/
DTosaRefTensorHandle.cpp115 bool TosaRefTensorHandle::Import(void* memory, MemorySource source) in Import() function in armnn::TosaRefTensorHandle
/external/armnn/src/armnnTestUtils/
DMockTensorHandle.cpp114 bool MockTensorHandle::Import(void* memory, MemorySource source) in Import() function in armnn::MockTensorHandle
/external/armnn/src/backends/reference/
DRefTensorHandle.cpp110 bool RefTensorHandle::Import(void* memory, MemorySource source) in Import() function in armnn::RefTensorHandle
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtflite_import_export.cc75 absl::StatusOr<OwningOpRef<mlir::ModuleOp>> TfLiteImporter::Import() { in Import() function in mlir::TFL::tac::TfLiteImporter
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse); rpc
/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

123456