Home
last modified time | relevance | path

Searched defs:assertProtoEqual (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare.py76 def assertProtoEqual(self, a, b, check_initialized=True, # pylint: disable=invalid-name function
272 def assertProtoEqual(self, *args, **kwargs): member in ProtoAssertions
Dcompare_test.py273 def assertProtoEqual(self, a, b, **kwargs): member in AssertTest