Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFRTypeResolver (0.27 sec)

  1. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        '_tfr_quant_qparam': (TFRTypes.TENSOR, TFRTypes.TENSOR),
        '_tfr_quant_scale_factor': TFRTypes.TENSOR,
    }
    
    
    class TFRTypeResolver(type_inference.Resolver):
      """Resolve types for the external names, calls and arguments."""
    
      def __init__(self, op_defs):
        super(TFRTypeResolver, self).__init__()
        self._op_defs = op_defs
    
        # This pattern matching mechanism works with the functional form generated
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top