ak.from_tensorflow ------------------ .. py:module: ak.from_tensorflow Defined in `awkward.operations.ak_from_tensorflow <https://github.com/scikit-hep/awkward/blob/b4f9627fd984b284e79a322a20833cc40c1eb089/src/awkward/operations/ak_from_tensorflow.py>`__ on `line 14 <https://github.com/scikit-hep/awkward/blob/b4f9627fd984b284e79a322a20833cc40c1eb089/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.