Class: Tensorflow::Graph::FunctionDef::Signature
- Inherits:
-
Struct
- Object
- Struct
- Tensorflow::Graph::FunctionDef::Signature
- Defined in:
- lib/tensorflow/graph/function_def.rb
Instance Attribute Summary collapse
-
#dtype ⇒ Object
Returns the value of attribute dtype.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#dtype ⇒ Object
Returns the value of attribute dtype
6 7 8 |
# File 'lib/tensorflow/graph/function_def.rb', line 6 def dtype @dtype end |
#shape ⇒ Object
Returns the value of attribute shape
6 7 8 |
# File 'lib/tensorflow/graph/function_def.rb', line 6 def shape @shape end |