Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_slice_op.cc73 MklDnnShape input_mkl_shape, begin_mkl_shape, size_mkl_shape; in ValidateMklInputs() local
76 GetMklShape(context, kInputSizeIndex, &size_mkl_shape); in ValidateMklInputs()
80 DCHECK_EQ(size_mkl_shape.IsMklTensor(), false); in ValidateMklInputs()