Class: Gsplat::Math::Ssim::Cache

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/math/ssim.rb

Overview

Intermediate tensors retained by backward.

Instance Attribute Summary collapse

Instance Attribute Details

#denominator_meanObject (readonly)

Returns the value of attribute denominator_mean

Returns:

  • (Object)

    the current value of denominator_mean



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def denominator_mean
  @denominator_mean
end

#denominator_varianceObject (readonly)

Returns the value of attribute denominator_variance

Returns:

  • (Object)

    the current value of denominator_variance



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def denominator_variance
  @denominator_variance
end

#image_aObject (readonly)

Returns the value of attribute image_a

Returns:

  • (Object)

    the current value of image_a



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def image_a
  @image_a
end

#image_bObject (readonly)

Returns the value of attribute image_b

Returns:

  • (Object)

    the current value of image_b



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def image_b
  @image_b
end

#kernelObject (readonly)

Returns the value of attribute kernel

Returns:

  • (Object)

    the current value of kernel



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def kernel
  @kernel
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def layout
  @layout
end

#mu_aObject (readonly)

Returns the value of attribute mu_a

Returns:

  • (Object)

    the current value of mu_a



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def mu_a
  @mu_a
end

#mu_bObject (readonly)

Returns the value of attribute mu_b

Returns:

  • (Object)

    the current value of mu_b



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def mu_b
  @mu_b
end

#numerator_meanObject (readonly)

Returns the value of attribute numerator_mean

Returns:

  • (Object)

    the current value of numerator_mean



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def numerator_mean
  @numerator_mean
end

#numerator_varianceObject (readonly)

Returns the value of attribute numerator_variance

Returns:

  • (Object)

    the current value of numerator_variance



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def numerator_variance
  @numerator_variance
end

#ssim_mapObject (readonly)

Returns the value of attribute ssim_map

Returns:

  • (Object)

    the current value of ssim_map



8
9
10
# File 'lib/gsplat/math/ssim.rb', line 8

def ssim_map
  @ssim_map
end