Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XNOR (0.02 sec)

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

        if bias_size is None and has_bias:
          bias_size = weight_shape[-1]
    
        # Verify that when bias_size is not None, has_bias should be True.
        # And if bias_size is None, has_bias should be False using XNOR
        assert not ((bias_size is not None) ^ has_bias)
    
        # Verify that bias size is correct
        if bias_size:
          input_height = input_shape[0] if len(input_shape) == 2 else input_shape[1]
    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