Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zeroValue (0.13 sec)

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

        if isinstance(node.op, ast.USub):
          zero_value = self._ssa_name('zero')
          ssa_value = self._ssa_name('cst')
          if ty == TFRTypes.I32 or ty == TFRTypes.I64:
            self._emit_with_loc(
                '\n{} = arith.constant 0 : {}'.format(zero_value, ty), node)
            self._emit_with_loc(
                '\n{} = arith.subi {}, {} : {}'.format(ssa_value, zero_value, value,
    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