Class: Tensorflow::FFI::Input

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/tensorflow/ffi.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



36
37
38
# File 'lib/tensorflow/ffi.rb', line 36

def to_s
  "#{self[:oper]}: #{self[:index]}"
end