Searched refs:MklDnnDimsToTFShape (Results 1 – 8 of 8) sorted by relevance
118 output_tf_shape = MklDnnDimsToTFShape(output_dims); in Compute()
391 auto shape_to = MklDnnDimsToTFShape(size_dims); in ComputeMklSlice()495 output_tf_shape = MklDnnDimsToTFShape(output_dims); in AllocateOutputTensor()
292 output_tf_shape = MklDnnDimsToTFShape(src_dims); in Compute()
552 output_tf_shape = MklDnnDimsToTFShape(output_dims_mkl_order); in AllocateEmptyOutputTensor()568 output_tf_shape = MklDnnDimsToTFShape(output_dims_order); in AllocateEmptyOutputTensor()
764 tf_shape_dst = MklDnnDimsToTFShape(dst_dims); in Compute()801 tf_shape_dst = MklDnnDimsToTFShape(dst_dims); in Compute()
417 output_tf_shape = MklDnnDimsToTFShape(output_dims); in Compute()
548 TensorShape dst_tf_shape = MklDnnDimsToTFShape(dst_dims_tf_order); in Compute()
1160 inline TensorShape MklDnnDimsToTFShape(const memory::dims& dims) { in MklDnnDimsToTFShape() function