Home
last modified time | relevance | path

Searched defs:parent_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/
H A DSubTensorInfo.cpp42 TensorShape extend_parent_shape(TensorShape parent_shape, TensorShape shape, Coordinates coords) in extend_parent_shape()
H A DValidate.cpp155const TensorShape &parent_shape, const Coordinates &coords, const TensorShape &shape) in error_on_invalid_subtensor()
/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DTensorAllocator.cpp41 const TensorShape &parent_shape = parent_info.tensor_shape(); in validate_subtensor_shape() local