Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for out_tensor (0.08 sec)

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

          return value, ty
    
      def _value_to_tensor(self, value, ty, node):
        value, ty = self._index_to_I64(value, ty)
        cst_tensor = self._ssa_name('cst')
        self.emit('\n{} = "tfr.constant_tensor"({})'.format(cst_tensor, value))
        self._emit_with_loc(' : ({}) -> !tfr.tensor'.format(ty), node)
        return cst_tensor, TFRTypes.TENSOR
    
      def _ssa_name(self, prefix):
        if isinstance(prefix, qual_names.QN):
    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