Searched defs:InputAndOutput (Results 1 – 4 of 4) sorted by relevance
55 InputAndOutput::InputAndOutput() { MS_LOG(ERROR) << "Unsupported feature."; } in InputAndOutput() function in mindspore::InputAndOutput57 InputAndOutput::InputAndOutput(const std::shared_ptr<CellBase> &cell, const std::vector<InputAndOut… in InputAndOutput() function in mindspore::InputAndOutput
90 InputAndOutput::InputAndOutput() : cell_(nullptr), prev_(), index_(-1) {} in InputAndOutput() function in mindspore::InputAndOutput92 InputAndOutput::InputAndOutput(const std::shared_ptr<CellBase> &cell, const std::vector<InputAndOut… in InputAndOutput() function in mindspore::InputAndOutput
27 class InputAndOutput; variable