Searched defs:CreateCNode (Results 1 – 5 of 5) sorted by relevance
38 AnfNodePtr CreateCNode(const FuncGraphPtr &func_graph, const std::vector<AnfNodePtr> &inputs, in CreateCNode() function
52 GVNode *GVNode::CreateCNode(const std::string &id, const std::string &label, size_t input_size, in CreateCNode() function in mindspore::lite::GVNode
261 CNodePtr CreateCNode(const std::vector<AnfNodePtr> &inputs, const FuncGraphPtr &func_graph, const D… in CreateCNode() function
215 std::unique_ptr<schema::CNodeT> TrainExport::CreateCNode(const mindspore::kernel::KernelExec *kerne… in CreateCNode() function in mindspore::lite::TrainExport
3216 inline ::flatbuffers::Offset<CNode> CreateCNode(::flatbuffers::FlatBufferBuilder &_fbb, const CNode… in CreateCNode() function