Searched defs:init_tensor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | neon_permute.cpp | 107 void init_tensor(const TensorShape shape, Tensor &tensor, DataType type, DataLayout layout) in init_tensor() function in NeonPermuteExample
|
H A D | cl_cache.cpp | 136 void init_tensor(const TensorShape shape, CLTensor &tensor, DataType type, DataLayout layout) in init_tensor() function in CLCacheExample
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_mmdecomp.py | 50 def init_tensor(tensor_list, **kwargs) -> torch.Tensor: function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | op_selector.py | 374 def map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | Utils.h | 336 void init_tensor(T &tensor, arm_compute::DataType dt) in init_tensor() function
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | cnn.c | 45 static void init_tensor(TENSOR *tensor) { memset(tensor, 0, sizeof(*tensor)); } in init_tensor() function
|