Home
last modified time | relevance | path

Searched defs:OutputMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir.h259 using OutputMap = std::unordered_map<Output, T, Output::Hasher>; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dctc_loss_op.cc77 OutputMap; typedef in tensorflow::CTCLossOp
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/
H A Dctc_loss_calculator.h60 using OutputMap = Eigen::Map<Matrix>; variable