Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _is_quantized_function_call_node (0.29 sec)

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

          if func.signature.name.startswith('cond_false'):
            self.assertTrue(
                any(map(_is_quantized_function_call_node, func.node_def))
            )
          elif func.signature.name.startswith('cond_true'):
            self.assertFalse(
                any(map(_is_quantized_function_call_node, func.node_def))
            )
    
      # Run this test only with the eager mode.
      @test_util.run_v2_only
    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