Searched refs:new_node_index (Results 1 – 2 of 2) sorted by relevance
932 new_node_index = node_conversion_map.get(node_key, 0)934 [inbound_layer.name, new_node_index, tensor_index, kwargs])952 new_node_index = node_conversion_map[node_key]953 model_inputs.append([layer.name, new_node_index, tensor_index])962 new_node_index = node_conversion_map[node_key]963 model_outputs.append([layer.name, new_node_index, tensor_index])
278 int new_node_index = nodes_and_registration_.size(); in AddNodeWithParameters() local279 if (node_index) *node_index = new_node_index; in AddNodeWithParameters()303 execution_plan_.push_back(new_node_index); in AddNodeWithParameters()