Home
last modified time | relevance | path

Searched defs:denylisted_ops (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dwrap_toco.py41 denylisted_ops, denylisted_nodes): argument
Dconvert.py207 denylisted_ops=None, argument
Dlite_v2_test.py1080 def testNewQuantizerBlocklistingArgs(self, denylisted_ops, denylisted_nodes, argument
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc59 const StringSet& denylisted_ops, const StringSet& denylisted_nodes) { in QuantizeModel()
Dquantize_weights.cc80 const tflite::TensorType& inference_type, const StringSet& denylisted_ops, in QuantizeWeights()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc307 StringSet denylisted_ops; in MlirQuantizeModel() local