Searched refs:NumPyAccessor (Results 1 – 3 of 3) sorted by relevance
/external/ComputeLibrary/utils/ |
D | GraphUtils.h | 146 class NumPyAccessor final : public graph::ITensorAccessor 157 …NumPyAccessor(std::string npy_path, TensorShape shape, DataType data_type, DataLayout data_layout … 159 NumPyAccessor(NumPyAccessor &&) = default; 161 NumPyAccessor(const NumPyAccessor &) = delete; 163 NumPyAccessor &operator=(const NumPyAccessor &) = delete; 620 …return arm_compute::support::cpp14::make_unique<NumPyAccessor>(npy_path, shape, data_type, data_la…
|
D | GraphUtils.cpp | 180 NumPyAccessor::NumPyAccessor(std::string npy_path, TensorShape shape, DataType data_type, DataLayou… in NumPyAccessor() function in NumPyAccessor 195 void NumPyAccessor::access_numpy_tensor(ITensor &tensor, T tolerance) in access_numpy_tensor() 206 bool NumPyAccessor::access_tensor(ITensor &tensor) in access_tensor()
|
/external/ComputeLibrary/tests/validate_examples/ |
D | graph_validate_utils.h | 386 …arm_compute::graph_utils::NumPyAccessor(_params.output.npy, tensor.info()->tensor_shape(), tensor.… in access_tensor()
|