Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _empty_node (0.13 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          self.assertEqual(quant_unit.node_name, 'Conv2D')
          self.assertRegex(quant_unit.func_name, r'^__inference_conv_\d+')
        elif target_opset == quant_opts_pb2.STABLEHLO:
          self.assertEqual(quant_unit.node_name, '_empty_node')
          self.assertRegex(
              quant_unit.func_name, r'^composite_conv_([a-zA-Z_0-9]+_)*fn_\d+'
          )
        else:
          assert False, f'Please add assertion for the op_set: {target_opset}.'
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top