Sha256: 327f700e4c723f617321467524c98d84d4ebd6c430a73f48b2ef28686c238a33

Contents?: true

Size: 184 Bytes

Versions: 9

Compression:

Stored size: 184 Bytes

Contents

module TensorStream
  class GraphKeys
    GLOBAL_VARIABLES = "variables".freeze
    TRAINABLE_VARIABLES = "trainable_variables".freeze
    GLOBAL_STEP = "global_step".freeze
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tensor_stream-1.0.9 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.8 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.7 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.6 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.5 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.4 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.3 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.2 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.1 lib/tensor_stream/graph_keys.rb