Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A Dgraph_validate_utils.h451 …void fill_tensor(arm_compute::test::SimpleTensor<uint8_t> &tensor, std::random_device::result_type… in fill_tensor() function
479 …void fill_tensor(arm_compute::test::SimpleTensor<int32_t> &tensor, std::random_device::result_type… in fill_tensor() function
500 …void fill_tensor(arm_compute::test::SimpleTensor<float> &tensor, std::random_device::result_type s… in fill_tensor() function
522 …void fill_tensor(arm_compute::test::SimpleTensor<half> &tensor, std::random_device::result_type se… in fill_tensor() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DGenerateProposalsLayer.cpp50 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
56 inline void fill_tensor(CLAccessor &&tensor, const std::vector<T> &v) in fill_tensor() function
H A 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
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DGenerateProposalsLayer.cpp50 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
56 inline void fill_tensor(Accessor &&tensor, const std::vector<T> &v) in fill_tensor() function
H A 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
H A DDetectionPostProcessLayer.cpp45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_permute.cpp95 void fill_tensor(Tensor &tensor) in fill_tensor() function in NeonPermuteExample
H A Dcl_cache.cpp122 void fill_tensor(CLTensor &tensor) in fill_tensor() function in CLCacheExample
/aosp_15_r20/external/ComputeLibrary/tests/validation/CPP/
H A DTopKV.cpp46 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
H A DDetectionPostProcessLayer.cpp45 inline void fill_tensor(U &&tensor, const std::vector<T> &v) in fill_tensor() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h315 void fill_tensor(at::Tensor& tensor) const { in fill_tensor() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dapply_utils_test.cpp12 void fill_tensor(int64_t scalar, Tensor& t_) { in fill_tensor() function
/aosp_15_r20/external/ComputeLibrary/utils/
H A DUtils.h365 void fill_tensor(T &tensor) in fill_tensor() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/
H A Dtfl_device.c130 fill_tensor(struct teflon_delegate *delegate, TfLiteContext *tf_context, struct pipe_tensor *tensor… in fill_tensor() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py168 def fill_tensor(self, value: Tensor): function