Class: CNTK::StdUMapStreamInfoMinibatchData

Inherits:
Object
  • Object
show all
Includes:
InspectUtil
Defined in:
lib/cntk/inspect.rb

Instance Method Summary collapse

Methods included from InspectUtil

#inspect_methods, #inspect_methods_p

Instance Method Details

#inspectObject



15
16
17
18
# File 'lib/cntk/inspect.rb', line 15

def inspect
  s = "{" + map{|k, v| k.inspect + " => " + v.inspect }.join(", ") + "}"
  "#<#{self.class}: #{s}>"
end