Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Tys (0.01 sec)

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

          return
    
        if isinstance(values, list):
          vals, tys = zip(*values)
        else:
          vals = values[0]
          tys = values[1]
    
        if isinstance(tys, list) or isinstance(tys, tuple):
          tys = [str(t) for t in tys]
          self._emit_with_loc('{} : {}'.format(', '.join(vals), ', '.join(tys)),
                              node)
        elif tys != TFRTypes.NONE:
    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