在那里可以找到tf.quantization.fake_quant_with_min_max_args的github源代码。检查TF API documentation,没有指向github源文件的链接,我在github上也找不到。
tf.quantization.fake_quant_with_min_max_args
发布于 2021-02-19 20:30:38
此操作的内核定义如下:
https://github.com/tensorflow/tensorflow/blob/ac74e1746a28b364230072d4dac5a45077326dc2/tensorflow/core/kernels/fake_quant_ops.cc#L63-L98
https://stackoverflow.com/questions/66275500
相似问题