Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/util/protobuf/
H A Dcompare.py73 def assertProtoEqual(self, a, b, check_initialized=True, # pylint: disable=invalid-name function
270 def assertProtoEqual(self, *args, **kwargs): member in ProtoAssertions
H A Dcompare_test.py269 def assertProtoEqual(self, a, b, **kwargs): member in AssertTest
/aosp_15_r20/build/soong/cmd/release_config/release_config_lib/
H A Dflag_value_test.go35 func (tc testCaseFlagValueFactory) assertProtoEqual(t *testing.T, expected, actual proto.Message) { func