Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py7087 _proto_function_registry = registry.Registry("proto functions") variable
7114 _proto_function_registry.register((proto_type, to_proto, from_proto),
7121 return _proto_function_registry.lookup(collection_name)[0]
7129 return _proto_function_registry.lookup(collection_name)[1]
7137 return _proto_function_registry.lookup(collection_name)[2]