Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _create_and_save_tf1_conv_model (0.25 sec)

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

        signature_key = signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY
        tags = {tag_constants.SERVING}
    
        input_placeholder = self._create_and_save_tf1_conv_model(
            self._input_saved_model_path,
            signature_key,
            tags,
            input_key='x',
            output_key='output',
            use_variable=True,
        )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

                  num_bits=8,
                  narrow_range=False,
              )
            return {'output': out}
    
        return EinsumModel()
    
      def _create_and_save_tf1_conv_model(
          self,
          saved_model_path: str,
          signature_key: str,
          tags: Collection[str],
          input_key: str,
          output_key: str,
          *,
    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