Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _contains_composite_function_call (0.28 sec)

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

        Returns:
          True if and only if the graph def contains a quantized function call.
        """
        return any(map(self._is_quantized_function, graphdef.library.function))
    
      def _contains_composite_function_call(
          self, graphdef: graph_pb2.GraphDef
      ) -> bool:
        """Determines if the graph def has composite function call.
    
        Args:
          graphdef: A GraphDef 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