Method: TensorStream::Graph#set_operation_name

Defined in:
lib/tensor_stream/graph.rb

#set_operation_name(op) ⇒ Object



159
160
161
# File 'lib/tensor_stream/graph.rb', line 159

def set_operation_name(op)
  op.operation.to_s
end