Home
last modified time | relevance | path

Searched refs:OperatorTensor (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/
DOperatorTensor.h42 class OperatorTensor : public ITensor
51 OperatorTensor(ITensorInfo *info, IMemory *memory);
53 ~OperatorTensor() = default;
55 OperatorTensor(OperatorTensor &&) = default;
57 OperatorTensor &operator=(OperatorTensor &&) = default;
59 OperatorTensor &operator=(const OperatorTensor &) = delete;
61 OperatorTensor(const OperatorTensor &) = delete;
/external/ComputeLibrary/src/runtime/
DOperatorTensor.cpp33 OperatorTensor::OperatorTensor(ITensorInfo *info, IMemory *memory) in OperatorTensor() function in arm_compute::experimental::OperatorTensor
38 ITensorInfo *OperatorTensor::info() const in info()
43 ITensorInfo *OperatorTensor::info() in info()
48 uint8_t *OperatorTensor::buffer() const in buffer()
/external/ComputeLibrary/src/
DCMakeLists.txt953 runtime/OperatorTensor.cpp
DBUILD.bazel961 "runtime/OperatorTensor.cpp",
/external/ComputeLibrary/
DAndroid.bp874 "src/runtime/OperatorTensor.cpp",