Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for QuantizeAnnotatedModel (0.15 sec)

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

                                          llvm::cl::desc("<input file>"),
                                          llvm::cl::init("-"));
    
    namespace mlir {
    namespace {
    
    TfLiteStatus QuantizeAnnotatedModel(llvm::StringRef buffer,
                                        std::string& output_buffer) {
      return mlir::lite::QuantizeModel(
          buffer, tflite::TensorType_INT8, tflite::TensorType_INT8,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top