Home
last modified time | relevance | path

Searched defs:extend_parent (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DSubTensor.cpp35 …or(ITensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool extend_parent) in SubTensor()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLSubTensor.cpp37 …(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool extend_parent) in CLSubTensor()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNESubTensorHandle.cpp32 …nsorHandle *parent_handle, const TensorShape &shape, const Coordinates &coords, bool extend_parent) in NESubTensorHandle()
H A DNEDeviceBackend.cpp129 …:create_subtensor(ITensorHandle *parent, TensorShape shape, Coordinates coords, bool extend_parent) in create_subtensor()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLSubTensorHandle.cpp34 …nsorHandle *parent_handle, const TensorShape &shape, const Coordinates &coords, bool extend_parent) in CLSubTensorHandle()
H A DCLDeviceBackend.cpp177 …:create_subtensor(ITensorHandle *parent, TensorShape shape, Coordinates coords, bool extend_parent) in create_subtensor()
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DSplitLayerSubTensorMutator.cpp87 const bool extend_parent = (axis < 2); in mutate() local
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DSubTensorInfo.cpp63 …ubTensorInfo(ITensorInfo *parent, TensorShape tensor_shape, Coordinates coords, bool extend_parent) in SubTensorInfo()