Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc376 BaseRef CreateNodeOutputPlaceholder(const session::KernelWithIndex &node_output_pair, const KernelG… in CreateNodeOutputPlaceholder() function
408 BaseRef CreateNodeOutputPlaceholder(const AnfNodePtr &anf, const KernelGraphPtr &graph, in CreateNodeOutputPlaceholder() function
426 …auto out = CreateNodeOutputPlaceholder(cnode->input(i), graph, input_tensors, cur_index, output_in… in CreateNodeOutputPlaceholder()
436 …return CreateNodeOutputPlaceholder(item_with_index, graph, input_tensors, indexes, output_indexes); in CreateNodeOutputPlaceholder()
1284 …outputs->emplace_back(CreateNodeOutputPlaceholder(item, kernel_graph, input_tensors, indexes, outp… in CreateOutputPlaceholder()