Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils_test.py167 data = tf_utils.convert_inner_node_data((tf_utils.ListWrapper(['l', 2, 3]),
171 data = tf_utils.convert_inner_node_data(((['l', 2, 3], ['l', 5, 6])),
Dtf_utils.py211 def convert_inner_node_data(nested, wrap=False): function
/external/tensorflow/tensorflow/python/keras/engine/
Dfunctional.py1192 kwargs = tf_utils.convert_inner_node_data(kwargs, wrap=True)
1275 inbound_nodes_data = tf_utils.convert_inner_node_data(
1301 input_layers = tf_utils.convert_inner_node_data(
1311 output_layers = tf_utils.convert_inner_node_data(
1382 model_inputs = tf_utils.convert_inner_node_data(model_inputs)
1398 model_outputs = tf_utils.convert_inner_node_data(model_outputs)
Dnode.py221 data = tf_utils.convert_inner_node_data(data)