Home
last modified time | relevance | path

Searched refs:NumPyAccessor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/utils/
H A DGraphUtils.h147 class NumPyAccessor final : public graph::ITensorAccessor
158NumPyAccessor(std::string npy_path, TensorShape shape, DataType data_type, DataLayout data_layout …
160 NumPyAccessor(NumPyAccessor &&) = default;
162 NumPyAccessor(const NumPyAccessor &) = delete;
164 NumPyAccessor &operator=(const NumPyAccessor &) = delete;
621 … return std::make_unique<NumPyAccessor>(npy_path, shape, data_type, data_layout, output_stream);
H A DGraphUtils.cpp185 NumPyAccessor::NumPyAccessor(std::string npy_path, TensorShape shape, DataType data_type, DataLayou… in NumPyAccessor() function in NumPyAccessor
200 void NumPyAccessor::access_numpy_tensor(ITensor &tensor, T tolerance) in access_numpy_tensor()
211 bool NumPyAccessor::access_tensor(ITensor &tensor) in access_tensor()
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dgraph_validate_utils.h385 …arm_compute::graph_utils::NumPyAccessor(_params.output.npy, tensor.info()->tensor_shape(), tensor.… in access_tensor()