Home
last modified time | relevance | path

Searched defs:as_shape (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dshape.rs8 fn as_shape(&self) -> Shape; in as_shape() method
12 fn as_shape(&self) -> Shape { in as_shape() method
23 fn as_shape(&self) -> Shape { in as_shape() method
33 fn as_shape(&self) -> Shape { in as_shape() method
39 fn as_shape(&self) -> Shape { in as_shape() method
49 fn as_shape(&self) -> Shape { in as_shape() method
55 fn as_shape(&self) -> Shape { in as_shape() method
91 fn as_shape(&self) -> Shape { in as_shape() method
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dvariable_scope_shim.py34 def as_shape(shape): function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_util.cc155 static PyObject* as_shape = GetRegisteredPyObject("tf.as_shape"); in operator ()() local
H A Dtensor_shape.py1439 def as_shape(shape): function