Selects the best device with the specified query, query can be evaluator specific
55 56 57
# File 'lib/tensor_stream/evaluator/base_evaluator.rb', line 55 def self.fetch_device(_query = []) Device.new("cpu", :cpu, self) end