Skip to content
  • Taylor Cramer's avatar
    Move typechecking functions to public tff.Type API · f3d1d0be
    Taylor Cramer authored
    These functions are more often than not what is wanted
    rather than __eq__ checks on types, yet they were
    previously hidden inside of core/impl. This change
    moves them to `tff.Type` methods so that they can be
    used elsewhere (such as in tff.learning).
    
    PiperOrigin-RevId: 315957012
    f3d1d0be