Searched defs:as_shape (Results 1 – 4 of 4) sorted by relevance
8 fn as_shape(&self) -> Shape; in as_shape() method12 fn as_shape(&self) -> Shape { in as_shape() method23 fn as_shape(&self) -> Shape { in as_shape() method33 fn as_shape(&self) -> Shape { in as_shape() method39 fn as_shape(&self) -> Shape { in as_shape() method49 fn as_shape(&self) -> Shape { in as_shape() method55 fn as_shape(&self) -> Shape { in as_shape() method91 fn as_shape(&self) -> Shape { in as_shape() method
34 def as_shape(shape): function
155 static PyObject* as_shape = GetRegisteredPyObject("tf.as_shape"); in operator ()() local
1439 def as_shape(shape): function