Home
last modified time | relevance | path

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

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