Home
last modified time | relevance | path

Searched defs:AllocateTensor (Results 1 – 4 of 4) sorted by relevance

/external/executorch/backends/qualcomm/runtime/
DQnnManager.cpp328 Error QnnManager::AllocateTensor(const std::string& graph_name) { in AllocateTensor() function in executorch::backends::qnn::QnnManager
364 Error QnnManager::AllocateTensor( in AllocateTensor() function in executorch::backends::qnn::QnnManager
/external/executorch/backends/qualcomm/aot/python/
DPyQnnManagerAdaptor.h265 executorch::runtime::Error AllocateTensor(const std::string& graph_name) { in AllocateTensor() function
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc1220 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklConvOp
1249 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklConvOp
1866 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklQuantizedConv2DOp
/external/tensorflow/tensorflow/c/
Dc_api_test.cc164 TEST(CAPI, AllocateTensor) { in TEST() argument