Searched refs:decode_module (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
H A D | descriptor_source_test_base.py | 32 …def __init__(self, decode_module, encode_module, methodName='runTest'): # pylint: disable=invalid… argument 42 self._decode_module = decode_module
|
H A D | encode_proto_op_test_base.py | 38 …def __init__(self, decode_module, encode_module, methodName='runTest'): # pylint: disable=invalid… argument 48 self._decode_module = decode_module
|
H A D | decode_proto_op_test_base.py | 36 def __init__(self, decode_module, methodName='runTest'): # pylint: disable=invalid-name argument 45 self._decode_module = decode_module
|
H A D | encode_proto_op_test.py | 28 decode_module=proto_ops,
|
H A D | descriptor_source_test.py | 26 super(DescriptorSourceTest, self).__init__(decode_module=proto_ops,
|