Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SignatureDef (0.37 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // Builds and returns list of tfl.SignatureDef sections in the model.
      std::optional<VectorBufferOffset<BufferOffset<tflite::SignatureDef>>>
      CreateSignatureDefs(const std::vector<SignatureDefData>& signature_defs);
    
      // Returns list of offsets for the passed 'items' in TensorMap structure
      // inside the flatbuffer.
      // 'items' is a map from tensor name in signatureDef to tensor name in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Find the FuncOp which corresponds to current SignatureDef.
      mlir::SymbolTable sub_symbol_table(*sub_module);
      auto func_op = sub_symbol_table.lookup<mlir::func::FuncOp>(sig_def_key);
      TF_RET_CHECK(func_op)
          << "Graphdef importer should have created a function named "
          << sig_def_key << ".";
    
      // Use unique SignatureDef key as exported name.
      func_op->setAttr(kTfSavedModelExportedNamesAttr,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top