Home
last modified time | relevance | path

Searched defs:init_tensor (Results 1 – 5 of 5) 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/ComputeLibrary/utils/
DUtils.h336 void init_tensor(T &tensor, arm_compute::DataType dt) in init_tensor() function
/external/libaom/av1/encoder/
Dcnn.c49 static void init_tensor(TENSOR *tensor) { memset(tensor, 0, sizeof(*tensor)); } in init_tensor() function