Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils_test.py150 data = tf_utils.convert_inner_node_data((tf_utils.ListWrapper(['l', 2, 3]),
154 data = tf_utils.convert_inner_node_data(((['l', 2, 3], ['l', 5, 6])),
Dtf_utils.py238 def convert_inner_node_data(nested, wrap=False): function
/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1088 node_data = tf_utils.convert_inner_node_data(node_data)
1112 model_inputs = tf_utils.convert_inner_node_data(model_inputs)
1128 model_outputs = tf_utils.convert_inner_node_data(model_outputs)
1225 inbound_nodes_data = tf_utils.convert_inner_node_data(
1252 input_layers = tf_utils.convert_inner_node_data(
1261 output_layers = tf_utils.convert_inner_node_data(