Home
last modified time | relevance | path

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

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