struct TensorflowLite::Image::AgeEstimationRange::Output

Included Modules

Defined in:

tflite_image/age_estimation_range.cr

Constructors

Instance Method Summary

Instance methods inherited from module TensorflowLite::Image::Detection::Classification

index : Int32 index, label : String | Symbol | Nil label, score : Float32 score

Instance methods inherited from module TensorflowLite::Image::Detection

associated : Array(Detection) associated, type : Symbol type

Constructor methods inherited from module TensorflowLite::Image::Detection

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(scores, ranges) #

[View source]

Instance Method Detail

def age_range : Range(Int32, Int32) #

[View source]
def type : Symbol #
Description copied from module TensorflowLite::Image::Detection

i.e. object, pose, face, age, class


[View source]
def upper : Int32 #

[View source]