Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py1629 node_indices = nest.map_structure(lambda t: t._keras_history[1],
1638 node_indices=node_indices,
1898 node_indices, argument
1922 self.node_indices = node_indices
1961 nest.flatten(self.inbound_layers), nest.flatten(self.node_indices),
1970 'node_indices': self.node_indices,
Dinput_layer.py130 node_indices=[],
Dnetwork.py299 node_indices=[],
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py1135 node_indices = nodes.keys()
1136 node_indices = sorted(node_indices)
1137 return node_indices[-1]