Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_dequantize_op.cc56 const Tensor& src_tensor = MklGetInput(ctx, kSrcIndex); in Compute()
64 GetMklShape(ctx, kSrcIndex, &src_mkl_shape); in Compute()
168 const size_t kSrcIndex = 0; member in tensorflow::MklDequantizeOp
Dmkl_fused_batch_norm_op.cc679 const size_t kSrcIndex = 0; // index of src input tensor in Compute() local
685 const Tensor& src_tensor = MklGetInput(context, kSrcIndex); in Compute()
693 GetMklShape(context, kSrcIndex, &dnn_shape_src, native_format); in Compute()
1064 const size_t kSrcIndex = 1; // index of src input tensor in Compute() local
1071 const Tensor& src_tensor = MklGetInput(context, kSrcIndex); in Compute()
1081 GetMklShape(context, kSrcIndex, &dnn_shape_src, native_format); in Compute()