tensorflow_hub/feature_column.py [219:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          "that uses a string `module_spec`.\n\n"
          "Got `type(module_spec)`: {}".format(type(self.module_spec_path)))
    config = dict(zip(self._fields, self))
    return config

  @classmethod
  def from_config(cls, config, custom_objects=None, columns_by_name=None):
    copied_config = config.copy()
    return cls(**copied_config)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow_hub/feature_column.py [415:423]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          "that uses a string `module_spec`.\n\n"
          "Got `type(module_spec)`: {}".format(type(self.module_spec_path)))
    config = dict(zip(self._fields, self))
    return config

  @classmethod
  def from_config(cls, config, custom_objects=None, columns_by_name=None):
    copied_config = config.copy()
    return cls(**copied_config)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



