Class: GTE::Config::Text
- Inherits:
-
Data
- Object
- Data
- GTE::Config::Text
- Defined in:
- lib/gte/config.rb
Instance Attribute Summary collapse
-
#execution_providers ⇒ Object
readonly
Returns the value of attribute execution_providers.
-
#max_length ⇒ Object
readonly
Returns the value of attribute max_length.
-
#model_dir ⇒ Object
readonly
Returns the value of attribute model_dir.
-
#model_name ⇒ Object
readonly
Returns the value of attribute model_name.
-
#normalize ⇒ Object
readonly
Returns the value of attribute normalize.
-
#optimization_level ⇒ Object
readonly
Returns the value of attribute optimization_level.
-
#output_tensor ⇒ Object
readonly
Returns the value of attribute output_tensor.
-
#threads ⇒ Object
readonly
Returns the value of attribute threads.
Instance Attribute Details
#execution_providers ⇒ Object (readonly)
Returns the value of attribute execution_providers
5 6 7 |
# File 'lib/gte/config.rb', line 5 def execution_providers @execution_providers end |
#max_length ⇒ Object (readonly)
Returns the value of attribute max_length
5 6 7 |
# File 'lib/gte/config.rb', line 5 def max_length @max_length end |
#model_dir ⇒ Object (readonly)
Returns the value of attribute model_dir
5 6 7 |
# File 'lib/gte/config.rb', line 5 def model_dir @model_dir end |
#model_name ⇒ Object (readonly)
Returns the value of attribute model_name
5 6 7 |
# File 'lib/gte/config.rb', line 5 def model_name @model_name end |
#normalize ⇒ Object (readonly)
Returns the value of attribute normalize
5 6 7 |
# File 'lib/gte/config.rb', line 5 def normalize @normalize end |
#optimization_level ⇒ Object (readonly)
Returns the value of attribute optimization_level
5 6 7 |
# File 'lib/gte/config.rb', line 5 def optimization_level @optimization_level end |
#output_tensor ⇒ Object (readonly)
Returns the value of attribute output_tensor
5 6 7 |
# File 'lib/gte/config.rb', line 5 def output_tensor @output_tensor end |
#threads ⇒ Object (readonly)
Returns the value of attribute threads
5 6 7 |
# File 'lib/gte/config.rb', line 5 def threads @threads end |