Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_conv_ops_test.cc133 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2D()
191 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2DBwdInput()
254 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in MklConv2DBwdFilter()
H A Dmkl_relu_op_test.cc57 test::graph::Constant(graph, GetMklMetaTensor(), "not_mkl"); in Activation()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmkl_util.h988 inline Tensor GetMklMetaTensor() { in GetMklMetaTensor() function