class TensorflowLite::EdgeTPU::Delegate

Overview

a delegate that can be used with InterpreterOptions#add_delegate

Defined in:

tensorflow_lite/edge_tpu/delegate.cr

Constructors

Instance methods inherited from class TensorflowLite::Delegate

to_unsafe : Pointer(LibTensorflowLite::OpaqueDelegate) to_unsafe

Constructor Detail

def self.new(type : EdgeTPU::Device::Type, path : String) #

[View source]