Class: Gsplat::Math::Ssim::Cache
- Inherits:
-
Data
- Object
- Data
- Gsplat::Math::Ssim::Cache
- Defined in:
- lib/gsplat/math/ssim.rb
Overview
Intermediate tensors retained by backward.
Instance Attribute Summary collapse
-
#denominator_mean ⇒ Object
readonly
Returns the value of attribute denominator_mean.
-
#denominator_variance ⇒ Object
readonly
Returns the value of attribute denominator_variance.
-
#image_a ⇒ Object
readonly
Returns the value of attribute image_a.
-
#image_b ⇒ Object
readonly
Returns the value of attribute image_b.
-
#kernel ⇒ Object
readonly
Returns the value of attribute kernel.
-
#layout ⇒ Object
readonly
Returns the value of attribute layout.
-
#mu_a ⇒ Object
readonly
Returns the value of attribute mu_a.
-
#mu_b ⇒ Object
readonly
Returns the value of attribute mu_b.
-
#numerator_mean ⇒ Object
readonly
Returns the value of attribute numerator_mean.
-
#numerator_variance ⇒ Object
readonly
Returns the value of attribute numerator_variance.
-
#ssim_map ⇒ Object
readonly
Returns the value of attribute ssim_map.
Instance Attribute Details
#denominator_mean ⇒ Object (readonly)
Returns the value of attribute denominator_mean
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def denominator_mean @denominator_mean end |
#denominator_variance ⇒ Object (readonly)
Returns the value of attribute denominator_variance
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def denominator_variance @denominator_variance end |
#image_a ⇒ Object (readonly)
Returns the value of attribute image_a
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def image_a @image_a end |
#image_b ⇒ Object (readonly)
Returns the value of attribute image_b
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def image_b @image_b end |
#kernel ⇒ Object (readonly)
Returns the value of attribute kernel
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def kernel @kernel end |
#layout ⇒ Object (readonly)
Returns the value of attribute layout
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def layout @layout end |
#mu_a ⇒ Object (readonly)
Returns the value of attribute mu_a
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def mu_a @mu_a end |
#mu_b ⇒ Object (readonly)
Returns the value of attribute mu_b
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def mu_b @mu_b end |
#numerator_mean ⇒ Object (readonly)
Returns the value of attribute numerator_mean
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def numerator_mean @numerator_mean end |
#numerator_variance ⇒ Object (readonly)
Returns the value of attribute numerator_variance
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def numerator_variance @numerator_variance end |
#ssim_map ⇒ Object (readonly)
Returns the value of attribute ssim_map
8 9 10 |
# File 'lib/gsplat/math/ssim.rb', line 8 def ssim_map @ssim_map end |