Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dctc_loss_op.cc37 OutputMap; typedef in tensorflow::CTCLossOp
147 std::vector<OutputMap> gradient_list_t; in Compute()
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_loss_calculator.h56 typedef Eigen::Map<Eigen::MatrixXf> OutputMap; typedef