Searched defs:AllocateTensor (Results 1 – 4 of 4) sorted by relevance
328 Error QnnManager::AllocateTensor(const std::string& graph_name) { in AllocateTensor() function in executorch::backends::qnn::QnnManager364 Error QnnManager::AllocateTensor( in AllocateTensor() function in executorch::backends::qnn::QnnManager
265 executorch::runtime::Error AllocateTensor(const std::string& graph_name) { in AllocateTensor() function
1220 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklConvOp1249 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklConvOp1866 void AllocateTensor(OpKernelContext* context, const ConvFwdPd& conv_prim_desc, in AllocateTensor() function in tensorflow::MklQuantizedConv2DOp
164 TEST(CAPI, AllocateTensor) { in TEST() argument