Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnPackFlatBufferModel (0.12 sec)

  1. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

    // state so directly calling UnPackTo could lead to memory leaks if the model
    // already had some state. Instead, the returned object from here can be used to
    // overwrite existing model.
    ModelT UnPackFlatBufferModel(const Model& flatbuffer_model) {
      ModelT model;
      flatbuffer_model.UnPackTo(&model);
      return model;
    }
    
    TfLiteStatus QuantizeModel(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top