ak.from_tensorflow ------------------ .. py:module: ak.from_tensorflow Defined in `awkward.operations.ak_from_tensorflow <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_from_tensorflow.py>`__ on `line 14 <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_from_tensorflow.py#L14>`__. .. py:function:: ak.from_tensorflow(array) :param array: (TensorFlow Tensor): Tensor to convert into an Awkward Array. Converts a TensorFlow Tensor into an Awkward Array. If ``array`` contains any other data types the function raises an error.