HomeSort by relevance Sort by last modified time
    Searched defs:Export (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_tooling.h 33 // to Export with the exact same toco_flags.
39 void Export(const TocoFlags& toco_flags, const Model& model,
43 inline void Export(const TocoFlags& toco_flags, const Model& model,
45 Export(toco_flags, model, true, output_file_contents);
toco_tooling.cc 28 #include "tensorflow/contrib/lite/toco/tflite/export.h"
307 void Export(const TocoFlags& toco_flags, const Model& model,
314 toco::tflite::Export(model, allow_custom_ops, output_file_contents);
  /external/tensorflow/tensorflow/contrib/session_bundle/example/
export_half_plus_two.py 42 def Export(export_dir, use_checkpoint_v2):
74 original_asset_path = tf.constant("/tmp/original/export/assets")
90 # Use tf.identity here because we export two signatures here.
120 # CopyAssets is used as a callback during export to copy files to the
121 # given export directory.
127 # Run an export.
129 export = exporter.Exporter(save)
130 export.init(
137 export.export(export_dir, global_step_tensor, sess
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/
IPO.h 223 Export, ///< Export information to summary.
230 /// - If ExportSummary is non-null, this pass will export type identifiers to
239 /// \brief This pass export CFI checks for use by external modules.
246 /// - If ExportSummary is non-null, this pass will export type identifiers to
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 25 bool CXFA_DataExporter::Export(const RetainPtr<IFX_SeekableStream>& pWrite) {
26 return Export(pWrite, m_pDocument->GetRoot(), 0, nullptr);
29 bool CXFA_DataExporter::Export(const RetainPtr<IFX_SeekableStream>& pWrite,
39 return Export(pStream, pNode, dwFlag, pChecksum);
42 bool CXFA_DataExporter::Export(
55 Export(pStream, pChild, dwFlag, pChecksum);
  /external/pdfium/core/fpdfdoc/
cpdf_occontext.h 25 enum UsageType { View = 0, Design, Print, Export };
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
export.h 26 void Export(const Model& model, bool allow_custom_ops,
29 inline void Export(const Model& model, string* output_file_contents) {
30 Export(model, true, output_file_contents);
  /external/python/cpython2/Demo/rpc/
mountclient.py 153 def Export(self):
176 # command line argument (default the local machine), prints its export
194 list = mcl.Export()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
sym.go 40 symExported // already written out by export
47 func (sym *Sym) Export() bool { return sym.flags&symExport != 0 }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
sym.go 40 symExported // already written out by export
47 func (sym *Sym) Export() bool { return sym.flags&symExport != 0 }
  /external/tensorflow/tensorflow/core/framework/
op.cc 77 // Note: Can't hold mu_ while calling Export() below.
85 Export(true, &op_list);
123 void OpRegistry::Export(bool include_internal, OpList* ops) const {
159 Export(include_internal, &op_list);
  /external/v8/src/js/
prologue.js 26 // Export to other scripts.
30 function Export(f) {
212 utils.Export = UNDEFINED;
226 utils.Export = UNDEFINED;
250 utils.Export = Export;

Completed in 478 milliseconds

1 2 3 4