Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_slice_op.cc76 MklDnnShape input_mkl_shape, begin_mkl_shape, size_mkl_shape; in ValidateMklInputs() local
78 GetMklShape(context, kInputBeginIndex, &begin_mkl_shape); in ValidateMklInputs()
82 DCHECK_EQ(begin_mkl_shape.IsMklTensor(), false); in ValidateMklInputs()