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