Home | History | Annotate | Download | only in python

Lines Matching refs:Tuple

28 //  Literal                            <-> (nested tuple of) numpy ndarray
29 // std::vector<Literal> <- sequence of (nested tuple of) ndarray
47 // non-tuple Shape, an XLA primitive element type corresponding to the
48 // ndarray's dtype. Meanwhile, a non-terminal "tuple of T" translates
49 // to a tuple-shaped Literal whose tuple components are translated
57 // translates to a tuple-shaped XLA Literal, whose component subshapes
58 // are a 2x3 F32-shaped literal followed by two tuple-shaped literals.
69 // dtype('O'), numpy's object dtype, the structure represents a tuple
81 // describes a tuple shape with two subshapes: the first a 2x3 F32,
894 %unignore xla::swig::LocalComputationBuilder::Tuple;