Home
last modified time | relevance | path

Searched defs:input_chip (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantize_and_dequantize_op.h256 const auto input_chip = input.template chip<1>(i); in Compute() local
310 const auto input_chip = input.template chip<1>(i); in Compute() local
Dctc_decoder_ops.cc325 Tensor input_chip(DataTypeToEnum<T>::v(), TensorShape({num_classes})); in Compute() local