Class: Google::Apis::LanguageV2::XpsTfLiteFormat
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV2::XpsTfLiteFormat
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v2/classes.rb,
lib/google/apis/language_v2/representations.rb,
lib/google/apis/language_v2/representations.rb
Overview
LINT.IfChange A model format used for mobile and IoT devices. See https://www. tensorflow.org/lite.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsTfLiteFormat
constructor
A new instance of XpsTfLiteFormat.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsTfLiteFormat
Returns a new instance of XpsTfLiteFormat.
4251 4252 4253 |
# File 'lib/google/apis/language_v2/classes.rb', line 4251 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4256 4257 |
# File 'lib/google/apis/language_v2/classes.rb', line 4256 def update!(**args) end |