Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dops.py6928 _proto_function_registry = registry.Registry("proto functions") variable
6955 _proto_function_registry.register((proto_type, to_proto, from_proto),
6962 return _proto_function_registry.lookup(collection_name)[0]
6970 return _proto_function_registry.lookup(collection_name)[1]
6978 return _proto_function_registry.lookup(collection_name)[2]