Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _is_quantized_function (0.24 sec)

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

          `log_record_list`.
        """
        return any(
            map(
                lambda log_record: substring in str(log_record.message),
                log_record_list,
            )
        )
    
      def _is_quantized_function(self, func: function_pb2.FunctionDef) -> bool:
        """Determine whether a FunctionDef is quantized.
    
        Args:
          func: A FunctionDef object.
    
        Returns:
          True iff `func` is quantized.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top