Home
last modified time | relevance | path

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

/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