Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1082 new_node_index = node_conversion_map.get(node_key, 0)
1085 [inbound_layer.name, new_node_index, tensor_id, kwargs]))
1105 new_node_index = node_conversion_map[node_key]
1107 tf_utils.ListWrapper([layer.name, new_node_index, tensor_index]))
1121 new_node_index = node_conversion_map[node_key]
1123 tf_utils.ListWrapper([layer.name, new_node_index, tensor_index]))
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc537 int new_node_index = nodes_and_registration_.size(); in AddNodeWithParameters() local
538 if (node_index) *node_index = new_node_index; in AddNodeWithParameters()
576 execution_plan_.push_back(new_node_index); in AddNodeWithParameters()