Home
last modified time | relevance | path

Searched defs:input_node_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dsub_graph_split.cc106 auto input_node_index = tensors_.at(input).out_nodes_.front(); in CheckIsParallelSubGraph() local
460 uint32_t input_node_index = input_nodes.at(0); in OptimizeAfterFusion() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1530 const auto input_node_index = common::AnfAlgo::GetPrevNodeOutput(kernel, input_idx, true); in SyncNodeOutputTensors() local