Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dctc_loss_op.cc34 InputMap; typedef in tensorflow::CTCLossOp
148 std::vector<InputMap> input_list_t; in Compute()
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_loss_calculator.h55 typedef Eigen::Map<const Eigen::MatrixXf> InputMap; typedef