Home
last modified time | relevance | path

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

/external/ComputeLibrary/utils/
DGraphUtils.h146 class NumPyAccessor final : public graph::ITensorAccessor
157NumPyAccessor(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…
DGraphUtils.cpp180 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/
Dgraph_validate_utils.h386 …arm_compute::graph_utils::NumPyAccessor(_params.output.npy, tensor.info()->tensor_shape(), tensor.… in access_tensor()