Sha256: 439bed0d39a4f7834d887c2512307854063279017ea7f2b4dfb636ba9ab223f4

Contents?: true

Size: 184 Bytes

Versions: 16

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

16 entries across 16 versions & 1 rubygems

Version Path
tensor_stream-1.0.0 lib/tensor_stream/graph_keys.rb
tensor_stream-1.0.0.pre.rc1 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.10 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.9 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.8 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.7 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.6 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.5 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.2 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.1 lib/tensor_stream/graph_keys.rb
tensor_stream-0.9.0 lib/tensor_stream/graph_keys.rb
tensor_stream-0.8.6 lib/tensor_stream/graph_keys.rb
tensor_stream-0.8.5 lib/tensor_stream/graph_keys.rb
tensor_stream-0.8.1 lib/tensor_stream/graph_keys.rb
tensor_stream-0.8.0 lib/tensor_stream/graph_keys.rb
tensor_stream-0.7.0 lib/tensor_stream/graph_keys.rb