Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMutableModel (0.42 sec)

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

          result.Append(std::move(pad));
        }
        AppendBufferData(result);
        std::string result_str = std::string(std::move(result));
        auto mutable_model = tflite::GetMutableModel(result_str.data());
        bool ret = UpdateBufferOffsets(mutable_model);
        if (!ret) {
          return std::nullopt;
        }
        return result_str;
      }
      return std::string(result);
    }
    
    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