Home
last modified time | relevance | path

Searched defs:init_tensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_permute.cpp107 void init_tensor(const TensorShape shape, Tensor &tensor, DataType type, DataLayout layout) in init_tensor() function in NeonPermuteExample
H A Dcl_cache.cpp136 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 Dtest_mmdecomp.py50 def init_tensor(tensor_list, **kwargs) -> torch.Tensor: function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dop_selector.py374 def map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument
/aosp_15_r20/external/ComputeLibrary/utils/
H A DUtils.h336 void init_tensor(T &tensor, arm_compute::DataType dt) in init_tensor() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c45 static void init_tensor(TENSOR *tensor) { memset(tensor, 0, sizeof(*tensor)); } in init_tensor() function