Home
last modified time | relevance | path

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

1234

/external/golang-protobuf/internal/impl/
Dapi_export.go21 type Export struct{} struct
25 func (Export) NewError(f string, x ...interface{}) error {
35 func (Export) EnumOf(e enum) protoreflect.Enum {
48 func (Export) EnumDescriptorOf(e enum) protoreflect.EnumDescriptor {
61 func (Export) EnumTypeOf(e enum) protoreflect.EnumType {
74 func (Export) EnumStringOf(ed protoreflect.EnumDescriptor, n protoreflect.EnumNumber) string {
95 func (Export) ProtoMessageV1Of(m message) protoiface.MessageV1 {
110 func (Export) protoMessageV2Of(m message) protoreflect.ProtoMessage {
127 func (Export) ProtoMessageV2Of(m message) protoreflect.ProtoMessage {
139 func (Export) MessageOf(m message) protoreflect.Message {
[all …]
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h53 inline void Export(const Model& model, bool allow_custom_ops, in Export() function
65 inline void Export( in Export() function
79 inline void Export(const Model& model, std::string* output_file_contents) { in Export() function
/external/skia/bazel/exporter/interfaces/
Dexporter.go22 Export(qcmd QueryCommand) error methodSpec
/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.cpp21 bool CXFA_DataExporter::Export(const RetainPtr<IFX_SeekableStream>& pStream, in Export() function in CXFA_DataExporter
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h230 Export, ///< Export information to summary. enumerator
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_pass.cc54 static Status Export(mlir::OwningOpRef<mlir::ModuleOp> module, in Export() function
/external/webrtc/api/test/metrics/
Dstdout_metrics_exporter.cc73 bool StdoutMetricsExporter::Export(rtc::ArrayView<const Metric> metrics) { in Export() function in webrtc::test::StdoutMetricsExporter
Dprint_result_proxy_metrics_exporter.cc79 bool PrintResultProxyMetricsExporter::Export( in Export() function in webrtc::test::PrintResultProxyMetricsExporter
Dchrome_perf_dashboard_metrics_exporter.cc103 bool ChromePerfDashboardMetricsExporter::Export( in Export() function in webrtc::test::ChromePerfDashboardMetricsExporter
Dmetrics_set_proto_file_exporter.cc128 bool MetricsSetProtoFileExporter::Export(rtc::ArrayView<const Metric> metrics) { in Export() function in webrtc::test::MetricsSetProtoFileExporter
Dglobal_metrics_logger_and_exporter_test.cc56 bool Export(rtc::ArrayView<const Metric> metrics) override { in Export() function in webrtc::test::__anon3a1b7ecd0111::TestMetricsExporterFactory::TestMetricsExporter
/external/cronet/third_party/boringssl/src/crypto/hpke/
Dhpke_test.cc177 struct Export { struct in bssl::__anond2f769c40111::HPKETestVector
178 std::vector<uint8_t> exporter_context;
179 size_t export_length;
180 std::vector<uint8_t> exported_value;
/external/boringssl/src/crypto/hpke/
Dhpke_test.cc177 struct Export { struct in bssl::__anon6d05b0f10111::HPKETestVector
178 std::vector<uint8_t> exporter_context;
179 size_t export_length;
180 std::vector<uint8_t> exported_value;
/external/rust/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke_test.cc177 struct Export { struct in bssl::__anonb4d102280111::HPKETestVector
178 std::vector<uint8_t> exporter_context;
179 size_t export_length;
180 std::vector<uint8_t> exported_value;
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtflite_import_export.cc83 absl::Status TfLiteExporter::Export(mlir::ModuleOp module) { in Export() function in mlir::TFL::tac::TfLiteExporter
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md348 ### Error case/special cases
/external/pigweed/pw_software_update/
Dmanifest_accessor.cc62 Status ManifestAccessor::Export(stream::Writer& writer) { in Export() function in pw::software_update::ManifestAccessor
/external/crosvm/devices/src/virtio/iommu/
Dipc_memory_mapper.rs33 Export { enumerator
50 Export(Vec<MemRegion>), enumerator
/external/python/cpython2/Demo/rpc/
Dmountclient.py153 def Export(self): member in PartialMountClient
/external/libcap/cap/
Dfile.go364 func (c *Set) Export() ([]byte, error) { func
/external/skia/bazel/exporter/
Dcmake_exporter.go415 func (e *CMakeExporter) Export(qcmd interfaces.QueryCommand) error { func
/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/tensorflow/tensorflow/core/profiler/backends/gpu/
Ddevice_tracer_rocm.cc170 void Export(XSpace* space) { in Export() function in tensorflow::profiler::RocmTraceCollectorImpl
856 void Export(uint64_t start_walltime_ns, uint64_t start_gputime_ns, in Export() function

1234