aesara.tensor.row

Contents

aesara.tensor.row#

aesara.tensor.row(name=None, dtype=None)[source]#

Return a symbolic row variable (i.e. shape (1, None)).

Parameters:
  • dtype (numeric type) – None means to use aesara.config.floatX.

  • name – A name to attach to this variable.