Home
last modified time | relevance | path

Searched refs:create_subtensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/NEON/
H A DNEDeviceBackend.h50 …std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, Coordina…
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DIDeviceBackend.h91 …virtual std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, …
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/CL/
H A DCLDeviceBackend.h68 …std::unique_ptr<ITensorHandle> create_subtensor(ITensorHandle *parent, TensorShape shape, Coordina…
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DDepthConcatSubTensorMutator.cpp98 …std::unique_ptr<ITensorHandle> handle = backend.create_subtensor(output_tensor->handle(), input_s… in mutate()
H A DSplitLayerSubTensorMutator.cpp98 …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 DNEDeviceBackend.cpp129 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 DCLDeviceBackend.cpp177 std::unique_ptr<ITensorHandle> CLDeviceBackend::create_subtensor(ITensorHandle *parent, TensorShape… in create_subtensor() function in arm_compute::graph::backends::CLDeviceBackend