Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for saved_model_path (0.33 sec)

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

        # (specified by `kDefaultConstantSizeThresholdInBytes`) for unfreezing.
        self._create_matmul_model(
            input_shape=(1, 20),
            weight_shape=(20, 4096),
            saved_model_path=self._input_saved_model_path,
        )
    
        repr_ds = self._create_data_generator(
            input_key='input_tensor', shape=(1, 20), num_examples=2
        )
    
        tags = {tag_constants.SERVING}
    
    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