Home
last modified time | relevance | path

Searched refs:decode_module (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/
H A Ddescriptor_source_test_base.py32 …def __init__(self, decode_module, encode_module, methodName='runTest'): # pylint: disable=invalid… argument
42 self._decode_module = decode_module
H A Dencode_proto_op_test_base.py38 …def __init__(self, decode_module, encode_module, methodName='runTest'): # pylint: disable=invalid… argument
48 self._decode_module = decode_module
H A Ddecode_proto_op_test_base.py36 def __init__(self, decode_module, methodName='runTest'): # pylint: disable=invalid-name argument
45 self._decode_module = decode_module
H A Dencode_proto_op_test.py28 decode_module=proto_ops,
H A Ddescriptor_source_test.py26 super(DescriptorSourceTest, self).__init__(decode_module=proto_ops,