249cd01eccb5c787779c69292d6262b514c0df8b,tensorflow_transform/graph_tools_test.py,,_create_graph_with_y_function_of_x_and_table_in_first_phase,#,78

Before Change




def _create_graph_with_y_function_of_x_and_table_in_first_phase():
  table = tf.contrib.lookup.index_table_from_file("not_a_file_name_but_ok")
  x = tf.compat.v1.placeholder(tf.string, (None,))
  y = table.lookup(x)
  return {"x": x, "y": y}

After Change




def _create_graph_with_y_function_of_x_and_table_in_first_phase():
  table = _create_lookup_table_from_file("not_a_file_name_but_ok")
  x = tf.compat.v1.placeholder(tf.string, (None,))
  y = table.lookup(x)
  return {"x": x, "y": y}
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 8

Non-data size: 4

Instances


Project Name: tensorflow/transform
Commit Name: 249cd01eccb5c787779c69292d6262b514c0df8b
Time: 2019-05-31
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_table_in_first_phase


Project Name: tensorflow/transform
Commit Name: 1715fe645f8f86e5a05deae0a0611bef895e2aec
Time: 2019-06-12
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_untracked_table


Project Name: tensorflow/transform
Commit Name: 1715fe645f8f86e5a05deae0a0611bef895e2aec
Time: 2019-06-12
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_table_initialized_by_table_output


Project Name: tensorflow/transform
Commit Name: 1715fe645f8f86e5a05deae0a0611bef895e2aec
Time: 2019-06-12
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_table


Project Name: tensorflow/transform
Commit Name: 249cd01eccb5c787779c69292d6262b514c0df8b
Time: 2019-05-31
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_table_initialized_by_table_output


Project Name: tensorflow/transform
Commit Name: 249cd01eccb5c787779c69292d6262b514c0df8b
Time: 2019-05-31
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_untracked_table


Project Name: tensorflow/transform
Commit Name: 249cd01eccb5c787779c69292d6262b514c0df8b
Time: 2019-05-31
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_table


Project Name: tensorflow/transform
Commit Name: 1715fe645f8f86e5a05deae0a0611bef895e2aec
Time: 2019-06-12
Author: tf-transform-dev@google.com
File Name: tensorflow_transform/graph_tools_test.py
Class Name:
Method Name: _create_graph_with_y_function_of_x_and_table_in_first_phase