Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_lrn_op.cc97 GetMklShape(context, kIdxInput, &src_dnn_shape); in Compute()
291 GetMklShape(context, kIdxInput, &src_dnn_shape); in SanityCheckInputs()
351 GetMklShape(context, kIdxGradient, &input_grad_dnn_shape); in Compute()
352 GetMklShape(context, kIdxOrigInput, &orig_input_dnn_shape); in Compute()
353 GetMklShape(context, kIdxOrigOutput, &orig_output_dnn_shape); in Compute()
529 GetMklShape(context, kIdxGradient, &input_grad_dnn_shape); in MklDefaultToEigen()
530 GetMklShape(context, kIdxOrigInput, &orig_input_dnn_shape); in MklDefaultToEigen()
531 GetMklShape(context, kIdxOrigOutput, &orig_output_dnn_shape); in MklDefaultToEigen()
613 GetMklShape(context, kIdxGradient, &in_grads_dnn_shape); in SanityCheckInputs()
614 GetMklShape(context, kIdxOrigInput, &in_image_dnn_shape); in SanityCheckInputs()
[all …]
Dmkl_relu_op.cc462 GetMklShape(context, src_index, &dnn_shape_src); in Compute()
576 GetMklShape(context, src_index, &dnn_shape_src); in Compute()
577 GetMklShape(context, diff_dst_index, &dnn_shape_diff_dst); in Compute()
732 GetMklShape(context, src_index, &dnn_shape_src); in Compute_Scalar()
765 GetMklShape(context, diff_dst_index, &dnn_shape_diff_dst); in Compute_Scalar()
795 GetMklShape(context, src_index, &dnn_shape_src); in Compute_Scalar()
832 GetMklShape(context, diff_dst_index, &dnn_shape_diff_dst); in Compute_Scalar()
867 GetMklShape(context, src_index, &dnn_shape_src); in Compute_Scalar()
903 GetMklShape(context, diff_dst_index, &dnn_shape_diff_dst); in Compute_Scalar()
939 GetMklShape(context, src_index, &dnn_shape_src); in Compute_Scalar()
[all …]
Dmkl_slice_op.cc77 GetMklShape(context, kInputTensorIndex, &input_mkl_shape); in ValidateMklInputs()
78 GetMklShape(context, kInputBeginIndex, &begin_mkl_shape); in ValidateMklInputs()
79 GetMklShape(context, kInputSizeIndex, &size_mkl_shape); in ValidateMklInputs()
149 GetMklShape(context, 0, &input_mkl_shape); in CheckCommonCasesForMklInputs()
393 GetMklShape(context, 0, &input_mkl_shape); in ComputeMklSlice()
Dmkl_avgpooling_op.cc71 GetMklShape(context, 0, &mkl_context.input_shape); in Compute()
247 GetMklShape(context, 1, &mkl_context.out_backprop_shape); in Compute()
448 GetMklShape(context, this->kInputTensorIndexInput, &dnn_shape_input); in Compute()
582 GetMklShape(context, kInputTensorIndexInputShape, &orig_input_mkl_shape); in Compute()
583 GetMklShape(context, kInputTensorIndexInputGradient, &grad_mkl_shape); in Compute()
Dmkl_maxpooling_op.cc80 GetMklShape(context, 0, &mkl_context.input_shape); in Compute()
242 GetMklShape(context, 0, &mkl_context.input_shape); in Compute()
243 GetMklShape(context, 2, &mkl_context.output_backprop_shape); in Compute()
517 GetMklShape(context, this->kInputTensorIndexInput, &dnn_shape_input); in Compute()
696 GetMklShape(context, kInputTensorIndexOrigInput, &orig_input_mkl_shape); in Compute()
697 GetMklShape(context, kInputTensorIndexGradient, &grad_mkl_shape); in Compute()
Dmkl_input_conversion_op.cc74 GetMklShape(context, kInputIndex_0, &input_shape_0); in Compute()
78 GetMklShape(context, kInputIndex_1, &input_shape_1); in Compute()
Dmkl_identity_op.cc41 GetMklShape(context, kInputIdx, &dnn_shape_input); in Compute()
Dmkl_aggregate_ops.cc56 GetMklShape(ctx, src1_idx, &src1_mkl_shape); in Compute()
57 GetMklShape(ctx, src2_idx, &src2_mkl_shape); in Compute()
Dmkl_conv_grad_input_ops.cc322 GetMklShape(context, kInputIdx, &src_mkl_shape); in Compute()
323 GetMklShape(context, kFilterIdx, &filter_mkl_shape); in Compute()
324 GetMklShape(context, kOutbpropIdx, &diff_dst_mkl_shape); in Compute()
Dmkl_tfconv_op.h68 GetMklShape(context, input_number, &input_shape); in ConvertMklToTf()
Dmkl_conv_grad_filter_ops.cc385 GetMklShape(context, kInputIdx, &src_mkl_shape); in Compute()
386 GetMklShape(context, kFilterIdx, &filter_mkl_shape); in Compute()
387 GetMklShape(context, kOutbpropIdx, &diff_dst_mkl_shape); in Compute()
Dmkl_softmax_op.cc55 GetMklShape(context, src_idx, &src_mkl_shape); in Compute()
Dmkl_reshape_op.cc69 GetMklShape(context, kInputSlotIdx, &mkl_shape_input); in Compute()
Dmkl_conv_grad_bias_ops.cc67 GetMklShape(context, 0, &mkl_context.input_shape); in Compute()
Dmkl_conv_ops.cc443 GetMklShape(context, 0, &(mkl_context.input_shape)); in Compute()
448 GetMklShape(context, 1, &mkl_filter_shape); in Compute()
931 GetMklShape(context, kInputIndex_Src, &src_mkl_shape); in Compute()
932 GetMklShape(context, kInputIndex_Filter, &filter_mkl_shape); in Compute()
1770 GetMklShape(context, summand_idx, &summand_mkl_shape); in AllocateOutputTensor()
1801 GetMklShape(context, summand_idx, &summand_mkl_shape); in AllocateOutputTensor()
Dmkl_fused_batch_norm_op.cc526 GetMklShape(context, kSrcIndex, &dnn_shape_src); in Compute()
849 GetMklShape(context, kSrcIndex, &dnn_shape_src); in Compute()
850 GetMklShape(context, kDiffDstIndex, &dnn_shape_diff_dst); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h876 inline void GetMklShape(OpKernelContext* ctext, int n, MklShape* mklshape) { in GetMklShape() function
887 inline void GetMklShape(OpKernelContext* ctext, int n, MklDnnShape* mklshape) { in GetMklShape() function
950 GetMklShape(context, input_idx, &input_mkl_shape); in GetTfShape()