module TensorFlow
  module Keras
    module Layers
      class Dense
        def initialize(units, activation: nil)
        end
      end
    end
  end
end