Home
last modified time | relevance | path

Searched refs:AllocTmpBuffer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h779 inline void AllocTmpBuffer(OpKernelContext* context, Tensor* tensor_out, in AllocTmpBuffer() function
790 inline void AllocTmpBuffer(OpKernelContext* context, Tensor* tensor_out, in AllocTmpBuffer() function
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc1561 AllocTmpBuffer<Tbias>(context, &scaled_bias_tensor_, in GetBiasHandle()