Home
last modified time | relevance | path

Searched defs:quantized_op (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h304 void CreateVerifier(Operation* quantizing_op, Operation* quantized_op, in CreateVerifier()
550 Operation* quantized_op = rewriter.create(new_state); in matchAndRewrite() local
607 void RewireFloatModelBackbone(Operation* quantized_op, in RewireFloatModelBackbone()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges_test.cc52 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestFreezeRequantizationRanges() local
Dquantize_nodes_test.cc494 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestRemoveRedundantQuantization() local
562 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestRemoveRedundantQuantizationWithBiasAdd() local
688 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestRemoveRedundantQuantizationWithMultipleOutputs() local
1133 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestMergeDuplicateQuantizes() local
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dquantize.cc262 Operation* quantized_op = rewriter.create(new_state); in matchAndRewrite() local