Searched refs:NumPyAccessor (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | GraphUtils.h | 147 class NumPyAccessor final : public graph::ITensorAccessor 158 …NumPyAccessor(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 D | GraphUtils.cpp | 185 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 D | graph_validate_utils.h | 385 …arm_compute::graph_utils::NumPyAccessor(_params.output.npy, tensor.info()->tensor_shape(), tensor.… in access_tensor()
|