ak.to_tensorflow ================ Defined in `awkward.operations.ak_to_tensorflow `__ on `line 15 `__. .. py:function:: ak.to_tensorflow(array) Converts an Awkward Array into a TensorFlow Tensor, if possible. If ``array`` contains any other data types (RecordArray for example) the function raises a TypeError. :param array: Array-like data (anything :py:obj:`ak.to_layout` recognizes). :returns: A TensorFlow Tensor with the same data as ``array``, if the conversion is possible.