Class: Tensorflow::Session_options
- Inherits:
-
Object
- Object
- Tensorflow::Session_options
- Defined in:
- lib/tensorflow/session_options.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target.
2 3 4 |
# File 'lib/tensorflow/session_options.rb', line 2 def target @target end |
Instance Method Details
#c(o = nil) ⇒ Object
3 4 5 6 |
# File 'lib/tensorflow/session_options.rb', line 3 def c(o = nil) opt = Tensorflow::TF_NewSessionOptions() return opt if o.nil? end |