Searched defs:PadInfo (Results 1 – 2 of 2) sorted by relevance
71 …const std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>> &PadInfo() const { re… in PadInfo() function
38 using PadInfo = std::map<std::string, std::pair<TensorShape, std::shared_ptr<Tensor>>>; variable