Searched refs:create_subtensor (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/NEON/ |
H A D | NEDeviceBackend.h | 50 …std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, Coordina…
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/ |
H A D | IDeviceBackend.h | 91 …virtual std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, …
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/CL/ |
H A D | CLDeviceBackend.h | 68 …std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, Coordina…
|
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/ |
H A D | DepthConcatSubTensorMutator.cpp | 98 …std::unique_ptr<ITensorHandle> handle = backend.create_subtensor(output_tensor->handle(), input_s… in mutate()
|
H A D | SplitLayerSubTensorMutator.cpp | 98 …std::unique_ptr<ITensorHandle> handle = backend.create_subtensor(input_tensor->handle(), output_s… in mutate()
|
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/ |
H A D | NEDeviceBackend.cpp | 129 std::unique_ptr<ITensorHandle> NEDeviceBackend::create_subtensor(ITensorHandle *parent, TensorShape… in create_subtensor() function in arm_compute::graph::backends::NEDeviceBackend
|
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/ |
H A D | CLDeviceBackend.cpp | 177 std::unique_ptr<ITensorHandle> CLDeviceBackend::create_subtensor(ITensorHandle *parent, TensorShape… in create_subtensor() function in arm_compute::graph::backends::CLDeviceBackend
|