Home
last modified time | relevance | path

Searched defs:Export (Results 1 – 25 of 93) sorted by relevance

1234

/external/llvm-project/lld/COFF/
DConfig.h42 struct Export { struct
63 bool operator==(const Export &e) { argument
/external/rust/crates/proc-macro-hack/src/
Dlib.rs170 Export(Export), enumerator
175 struct Export { struct
176 attrs: TokenStream,
177 vis: Visibility,
178 from: Ident,
179 macros: Vec<Macro>,
258 fn expand_export(export: Export, args: ExportArgs) -> TokenStream { in expand_export()
Dparse.rs22 fn parse_export(attrs: TokenStream, vis: Visibility, tokens: Iter) -> Result<Export, Error> { in parse_export()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h49 inline void Export(const Model& model, bool allow_custom_ops, in Export() function
61 inline void Export( in Export() function
75 inline void Export(const Model& model, std::string* output_file_contents) { in Export() function
Dexport.cc432 tensorflow::Status Export(const Model& model, std::string* output_file_contents, in Export() function
474 tensorflow::Status Export( in Export() function
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h204 struct Export { struct
207 ExportSymbolKind kind; argument
208 ExportFlags flags; argument
209 Hex32 otherOffset;
210 StringRef otherName;
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.h49 inline void Export(const TocoFlags& toco_flags, const Model& model, in Export() function
Dtoco_tooling.cc475 tensorflow::Status Export(const TocoFlags& toco_flags, const Model& model, in Export() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_dataexporter.cpp20 bool CXFA_DataExporter::Export(const RetainPtr<IFX_SeekableStream>& pStream, in Export() function in CXFA_DataExporter
/external/llvm-project/llvm/include/llvm/Transforms/
DIPO.h236 Export, ///< Export information to summary. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h230 Export, ///< Export information to summary. enumerator
/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.h22 enum UsageType { View = 0, Design, Print, Export }; enumerator
/external/boringssl/src/crypto/hpke/
Dhpke_test.cc146 struct Export { struct in bssl::__anon78e8db130111::HPKETestVector
147 std::vector<uint8_t> exporter_context;
148 size_t export_length;
149 std::vector<uint8_t> exported_value;
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc52 static Status Export(mlir::OwningModuleRef module, in Export() function
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md348 ### Error case/special cases
/external/libcap/cap/
Dfile.go350 func (c *Set) Export() ([]byte, error) { func
/external/python/cpython2/Demo/rpc/
Dmountclient.py153 def Export(self): member in PartialMountClient
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.h239 virtual void Export(StepStats* step_stats) {} in Export() function
240 virtual bool Export(XSpace* space, uint64 end_gpu_ns) { return true; } in Export() function
Dcupti_collector.cc662 void Export(StepStats* step_stats) override { in Export() function in tensorflow::profiler::CuptiTraceCollectorImpl
672 bool Export(XSpace* space, uint64 end_gpu_ns) override { in Export() function in tensorflow::profiler::CuptiTraceCollectorImpl
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h59 struct Export { struct
61 ExportKind Kind; argument
62 uint32_t Index;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h58 struct Export { struct
60 ExportKind Kind; argument
61 uint32_t Index;
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp231 auto Export = json::Object( in renderRoot() local
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dexport.py45 def Export(self, scores_data_frame): member in HtmlExport
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke.go131 func (c *Context) Export(exporterContext []byte, length int) []byte { func
/external/tensorflow/tensorflow/core/framework/
Dop.cc166 void OpRegistry::Export(bool include_internal, OpList* ops) const { in Export() function in tensorflow::OpRegistry

1234