Home
last modified time | relevance | path

Searched defs:extract_shape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h1317 inline TensorShape extract_shape(T *data) in extract_shape() function
1322 inline TensorShape extract_shape(ITensorInfo *data) in extract_shape() function
1326 inline TensorShape extract_shape(const ITensorInfo *data) in extract_shape() function
1331 inline TensorShape extract_shape(const TensorShape *data) in extract_shape() function
1336 inline TensorShape extract_shape(TensorShape *data) in extract_shape() function
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py793 def extract_shape(*args, allow_cpu_scalar_tensors: bool) -> Optional[ShapeType]: function