Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _is_composite_function (0.16 sec)

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

        Args:
          func: A FunctionDef object.
    
        Returns:
          True iff `func` is quantized.
        """
        return func.signature.name.startswith('quantized_')
    
      def _is_composite_function(self, func: function_pb2.FunctionDef) -> bool:
        """Determine whether a FunctionDef is composite function.
    
        Args:
          func: A FunctionDef object.
    
        Returns:
    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