Class: Gliner::Inference::IOValidation

Inherits:
Data
  • Object
show all
Defined in:
lib/gliner/inference.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_cls_logitsObject (readonly)

Returns the value of attribute has_cls_logits

Returns:

  • (Object)

    the current value of has_cls_logits



25
26
27
# File 'lib/gliner/inference.rb', line 25

def has_cls_logits
  @has_cls_logits
end

#input_namesObject (readonly)

Returns the value of attribute input_names

Returns:

  • (Object)

    the current value of input_names



25
26
27
# File 'lib/gliner/inference.rb', line 25

def input_names
  @input_names
end

#label_index_modeObject (readonly)

Returns the value of attribute label_index_mode

Returns:

  • (Object)

    the current value of label_index_mode



25
26
27
# File 'lib/gliner/inference.rb', line 25

def label_index_mode
  @label_index_mode
end

#output_nameObject (readonly)

Returns the value of attribute output_name

Returns:

  • (Object)

    the current value of output_name



25
26
27
# File 'lib/gliner/inference.rb', line 25

def output_name
  @output_name
end