Home
last modified time | relevance | path

Searched refs:GetUsrMem (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_dequantize_op.cc151 ReorderPd(cpu_engine, src.GetUsrMem()->get_desc(), cpu_engine, in Compute()
152 dst.GetUsrMem()->get_desc(), attr); in Compute()
155 reorder_net_args.push_back({{MKLDNN_ARG_FROM, *src.GetUsrMem()}, in Compute()
156 {MKLDNN_ARG_TO, *dst.GetUsrMem()}}); in Compute()
Dmkl_transpose_op.cc146 auto* prim = FindOrCreateReorder<T>(in.GetUsrMem(), out.GetUsrMem()); in MKLTransposeND()
152 net_args.push_back({{MKLDNN_ARG_FROM, *in.GetUsrMem()}, in MKLTransposeND()
153 {MKLDNN_ARG_TO, *out.GetUsrMem()}}); in MKLTransposeND()
Dmkl_quantize_op.cc474 MklReorderWithScalePrimitiveFactory<T>::Get(src.GetUsrMem(), in Compute()
475 dst.GetUsrMem(), fwdParams); in Compute()
Dmkl_slice_op.cc450 MklSliceParams sliceParams(&src.GetOpMem(), output.GetUsrMem(), in ComputeMklSlice()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1371 inline const memory* GetUsrMem() const { return user_memory_; } in GetUsrMem() function