Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_requantization_range_per_channel_op.cc47 const Tensor& input = ctx->input(kInputTensorIndex); in Compute()
123 const int kInputTensorIndex = 0; member in tensorflow::MklRequantizationRangePerChannelOp
Dmkl_requantize_per_channel_op.cc51 const Tensor& input = ctx->input(kInputTensorIndex); in Compute()
159 const int kInputTensorIndex = 0; member in tensorflow::MklRequantizePerChannelOp
Dmkl_slice_op.cc66 const int kInputTensorIndex = 0; in ValidateMklInputs() local
69 const Tensor& input = MklGetInput(context, kInputTensorIndex); in ValidateMklInputs()
74 GetMklShape(context, kInputTensorIndex, &input_mkl_shape); in ValidateMklInputs()