dee5b826fc271cab049319f52883d37177c65080,tensorflow_transform/coders/example_proto_coder_test.py,,_binary_to_example,#Any#,166
 Before Change 
def _binary_to_example(serialized_proto):
  example = tf.train.Example() 
  example.MergeFromString(serialized_proto)
  return example 
class ExampleProtoCoderTest(test_case.TransformTestCase):
After Change 
def _binary_to_example(serialized_proto):
  return tf.train.Example.FromString(serialized_proto) 
class ExampleProtoCoderTest(test_case.TransformTestCase):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances  Project Name: tensorflow/transform
 Commit Name: dee5b826fc271cab049319f52883d37177c65080
 Time: 2018-12-17
 Author: tf-transform-dev@google.com
 File Name: tensorflow_transform/coders/example_proto_coder_test.py
 Class Name: 
 Method Name: _binary_to_example
 Project Name: explosion/thinc
 Commit Name: 7d5270802a3b2aafc7f6fc23b5f3d33ef69ab7d7
 Time: 2016-01-11
 Author: honnibal@gmail.com
 File Name: examples/iyyer_dan.py
 Class Name: DenseAveragedNetwork
 Method Name: predict
 Project Name: tensorflow/models
 Commit Name: ddee8c74a282fc64929323f45e87b58e47173667
 Time: 2018-06-23
 Author: shallue@google.com
 File Name: research/astronet/astronet/data/generate_input_records.py
 Class Name: 
 Method Name: _process_tce