module TensorStream

module that exposes TensorStream top level functions

A tensorstream device

This file has ben automatically generated by stubgen DO NOT EDIT

require 'pry-byebug'

ruby port of github.com/tensorflow/tensorflow/blob/r1.13/tensorflow/python/ops/embedding_ops.py

Ruby port of tensorflow's learning rate decay functions

Constants

VERSION

Public Class Methods

__version__() click to toggle source
# File lib/tensor_stream.rb, line 60
def self.__version__
  TensorStream::VERSION
end
nn() click to toggle source

tensorflow compatibility

# File lib/tensor_stream/nn/nn_ops.rb, line 160
def self.nn
  TensorStream::NN
end
version() click to toggle source
# File lib/tensor_stream/version.rb, line 4
def self.version
  VERSION
end