Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AttributeError (0.12 sec)

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

        name = self._ssa_name('cst')
        cst_ty = _get_type_from_proto(None, attr_def)
        try:
          cst_val = _get_val_from_proto(cst_ty, attr_def.default_value)
        except AttributeError:
          raise AttributeError(
              f'attribute "{attr_def.name}" does not have default_value. If the '
              "attribute names from the API and OpDef don't match, please add it "
              'to _ATTRIBUTE_RENAMES.')
    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