Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A 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
H A Dfreeze_requantization_ranges_test.cc52 Output quantized_op = Const(root.WithOpName("quantized_op"), in TestFreezeRequantizationRanges() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dquantize.cc262 Operation* quantized_op = rewriter.create(new_state); in matchAndRewrite() local
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py7136 def _test_binary_op_int8_impl(self, binary_op, ibinary_op, quantized_op): argument
7199 def _test_binary_op_relu_int8_impl(self, binary_op, ibinary_op, quantized_op): argument
7588 self, float_module, float_op, quantized_module, quantized_op): argument
7659 self, float_module, float_op, op_args, data, quantized_module, quantized_op, argument
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py817 …def _test_binary_op_scalar_relu(self, A, b, binary_op_name, binary_op, quantized_op, quantized_op_… argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py741 def checkGraphModeOp(self, module, inputs, quantized_op, tracing=False, debug=False, argument