Searched defs:extend_parent (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/ |
H A D | SubTensor.cpp | 35 …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 D | CLSubTensor.cpp | 37 …(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 D | NESubTensorHandle.cpp | 32 …nsorHandle *parent_handle, const TensorShape &shape, const Coordinates &coords, bool extend_parent) in NESubTensorHandle()
|
H A D | NEDeviceBackend.cpp | 129 …: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 D | CLSubTensorHandle.cpp | 34 …nsorHandle *parent_handle, const TensorShape &shape, const Coordinates &coords, bool extend_parent) in CLSubTensorHandle()
|
H A D | CLDeviceBackend.cpp | 177 …:create_subtensor(ITensorHandle *parent, TensorShape shape, Coordinates coords, bool extend_parent) in create_subtensor()
|
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/ |
H A D | SplitLayerSubTensorMutator.cpp | 87 const bool extend_parent = (axis < 2); in mutate() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | SubTensorInfo.cpp | 63 …ubTensorInfo(ITensorInfo *parent, TensorShape tensor_shape, Coordinates coords, bool extend_parent) in SubTensorInfo()
|