Method: TensorStream::OpHelper#i_cons
- Defined in:
- lib/tensor_stream/helpers/op_helper.rb
#i_cons(value, options = {}) ⇒ Object
39 40 41 |
# File 'lib/tensor_stream/helpers/op_helper.rb', line 39 def i_cons(value, = {}) TensorStream.constant(value, .merge(internal: true)) end |