Home
last modified time | relevance | path

Searched refs:begin_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
75 GetMklShape(context, kInputBeginIndex, &begin_mkl_shape); in ValidateMklInputs()
79 DCHECK_EQ(begin_mkl_shape.IsMklTensor(), false); in ValidateMklInputs()