Searched defs:fill_tensor (Results 1 – 11 of 11) sorted by relevance
/external/ComputeLibrary/tests/validate_examples/ |
D | graph_validate_utils.h | 452 …void fill_tensor(arm_compute::test::SimpleTensor<uint8_t> &tensor, std::random_device::result_type… in fill_tensor() function 480 …void fill_tensor(arm_compute::test::SimpleTensor<int32_t> &tensor, std::random_device::result_type… in fill_tensor() function 501 …void fill_tensor(arm_compute::test::SimpleTensor<float> &tensor, std::random_device::result_type s… in fill_tensor() function 523 …void fill_tensor(arm_compute::test::SimpleTensor<half> &tensor, std::random_device::result_type se… in fill_tensor() function
|
/external/ComputeLibrary/tests/validation/CL/ |
D | GenerateProposalsLayer.cpp | 47 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function 53 inline void fill_tensor(CLAccessor &&tensor, const std::vector<T> &v) in fill_tensor() function
|
D | LSTMLayerQuantized.cpp | 45 inline void fill_tensor(CLTensor &tensor, const std::vector<T> &v) in fill_tensor() function 62 inline void fill_tensor(SimpleTensor<T> &tensor, const std::vector<T> &v) in fill_tensor() function
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | GenerateProposalsLayer.cpp | 47 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function 53 inline void fill_tensor(Accessor &&tensor, const std::vector<T> &v) in fill_tensor() function
|
D | LSTMLayerQuantized.cpp | 46 inline void fill_tensor(Tensor &tensor, const std::vector<T> &v) in fill_tensor() function 61 inline void fill_tensor(SimpleTensor<T> &tensor, const std::vector<T> &v) in fill_tensor() function
|
D | DetectionPostProcessLayer.cpp | 45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
|
/external/ComputeLibrary/examples/ |
D | neon_permute.cpp | 95 void fill_tensor(Tensor &tensor) in fill_tensor() function in NeonPermuteExample
|
D | cl_cache.cpp | 122 void fill_tensor(CLTensor &tensor) in fill_tensor() function in CLCacheExample
|
/external/ComputeLibrary/tests/validation/CPP/ |
D | TopKV.cpp | 46 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
|
D | DetectionPostProcessLayer.cpp | 45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
|
/external/ComputeLibrary/utils/ |
D | Utils.h | 409 void fill_tensor(T &tensor) in fill_tensor() function
|