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