Home
last modified time | relevance | path

Searched refs:GetMklMetaTensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops_test.cc137 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2D()
197 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2DBwdInput()
262 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2DBwdFilter()
Dmkl_relu_op_test.cc57 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in Activation()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h947 inline Tensor GetMklMetaTensor() { in GetMklMetaTensor() function