Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SignatureDefData (0.19 sec)

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

      if (exported_name.empty()) {
        main_op.emitError("Empty exported names for main Function.");
        return {};
      }
      // Fill the SignatureDefData container.
      // We create vector of size 1 as TFLite now supports only 1 signatureDef.
      std::vector<SignatureDefData> result(1);
      for (int i = 0; i < input_names.size(); ++i) {
        result[0].inputs[sig_def_inputs[i]] = input_names[i].str();
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top