Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_reshape_op.cc159 MklDnnShape mkl_shape_output; in Compute() local
160 mkl_shape_output.SetMklTensor(false); in Compute()
163 shape_to, mkl_shape_output); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h884 MklDnnShape mkl_shape_output; in CopyTfTensorInToOutWithShape() local
885 mkl_shape_output.SetMklTensor(false); in CopyTfTensorInToOutWithShape()
886 AllocateOutputSetMklShape(context, idx_out, mkl_shape_output); in CopyTfTensorInToOutWithShape()
931 MklDnnShape mkl_shape_output; in SetDummyMklDnnShapeOutput() local
932 mkl_shape_output.SetMklTensor(false); in SetDummyMklDnnShapeOutput()
933 AllocateOutputSetMklShape(context, idx_data_out, mkl_shape_output); in SetDummyMklDnnShapeOutput()