Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _emit_default_constant_from_proto (0.26 sec)

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

        self.visit_block(get_state.body)
        self.symbol_table.exit_scope()
        self._emit_with_loc('\n}', node)
        return list(zip(ret_ssa_values, out_types))
    
      def _emit_default_constant_from_proto(self, attr_def):
        """emit mlir constant statement from default value of the ArgDef proto."""
        name = self._ssa_name('cst')
        cst_ty = _get_type_from_proto(None, attr_def)
        try:
    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