Home
last modified time | relevance | path

Searched defs:quant_model (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libopus/training/
H A Drnn_train.py34 def quant_model(model): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc161 std::unique_ptr<ModelT> quant_model = in FindMatchingExpectedTensor() local
H A Dquantize_model_test.cc180 const ModelT& quant_model, in FindMatchingExpectedTensor()