Class: Tensorflow::Graph::FunctionDef::Signature

Inherits:
Struct
  • Object
show all
Defined in:
lib/tensorflow/graph/function_def.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dtypeObject

Returns the value of attribute dtype

Returns:

  • (Object)

    the current value of dtype



6
7
8
# File 'lib/tensorflow/graph/function_def.rb', line 6

def dtype
  @dtype
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



6
7
8
# File 'lib/tensorflow/graph/function_def.rb', line 6

def shape
  @shape
end