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.py6754 _proto_function_registry = registry.Registry("proto functions") variable
6781 _proto_function_registry.register((proto_type, to_proto, from_proto),
6788 return _proto_function_registry.lookup(collection_name)[0]
6796 return _proto_function_registry.lookup(collection_name)[1]
6804 return _proto_function_registry.lookup(collection_name)[2]