Home
last modified time | relevance | path

Searched defs:fill_tensor (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/tests/validate_examples/
Dgraph_validate_utils.h452 …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/
DGenerateProposalsLayer.cpp47 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
DLSTMLayerQuantized.cpp45 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/
DGenerateProposalsLayer.cpp47 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
DLSTMLayerQuantized.cpp46 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
DDetectionPostProcessLayer.cpp45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
/external/ComputeLibrary/examples/
Dneon_permute.cpp95 void fill_tensor(Tensor &tensor) in fill_tensor() function in NeonPermuteExample
Dcl_cache.cpp122 void fill_tensor(CLTensor &tensor) in fill_tensor() function in CLCacheExample
/external/ComputeLibrary/tests/validation/CPP/
DTopKV.cpp46 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
DDetectionPostProcessLayer.cpp45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
/external/ComputeLibrary/utils/
DUtils.h409 void fill_tensor(T &tensor) in fill_tensor() function