Home
last modified time | relevance | path

Searched refs:input_mkl_shape (Results 1 – 5 of 5) 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
77 GetMklShape(context, kInputTensorIndex, &input_mkl_shape); in ValidateMklInputs()
85 TensorShape input_tf_shape = input_mkl_shape.IsMklTensor() in ValidateMklInputs()
86 ? input_mkl_shape.GetTfShape() in ValidateMklInputs()
148 MklDnnShape input_mkl_shape; in CheckCommonCasesForMklInputs() local
149 GetMklShape(context, 0, &input_mkl_shape); in CheckCommonCasesForMklInputs()
156 AllocateOutputSetMklShape(context, 0, input_mkl_shape); in CheckCommonCasesForMklInputs()
392 MklDnnShape input_mkl_shape; in ComputeMklSlice() local
393 GetMklShape(context, 0, &input_mkl_shape); in ComputeMklSlice()
395 if (input_mkl_shape.IsMklTensor()) { in ComputeMklSlice()
[all …]
Dmkl_pooling_ops_common.h605 const MklDnnShape& input_mkl_shape, in ConfigureInput() argument
614 input_mkl_shape.IsMklTensor() in ConfigureInput()
615 ? input_mkl_shape.GetMklLayout() in ConfigureInput()
636 this->InitMklPoolParameters(context, pool_params, input_mkl_shape, in ConfigureInput()
664 const MklDnnShape& input_mkl_shape) { in SanityCheckInput() argument
665 if (!input_mkl_shape.IsMklTensor()) { in SanityCheckInput()
671 input_mkl_shape.GetDimension() == 4 || in SanityCheckInput()
672 input_mkl_shape.GetDimension() == 5, in SanityCheckInput()
Dmkl_conv_grad_input_ops.cc484 void ValidateMklShapes(const MklDnnShape& input_mkl_shape, in ValidateMklShapes() argument
490 CHECK(!input_mkl_shape.IsMklTensor()) in ValidateMklShapes()
Dmkl_conv_grad_filter_ops.cc612 void ValidateMklShapes(const MklDnnShape& input_mkl_shape, in ValidateMklShapes() argument
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h949 MklDnnShape input_mkl_shape; in GetTfShape() local
950 GetMklShape(context, input_idx, &input_mkl_shape); in GetTfShape()
951 if (input_mkl_shape.IsMklTensor()) { in GetTfShape()
952 return input_mkl_shape.GetTfShape(); in GetTfShape()