HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_RESOURCES (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
resources.py 56 ops.add_to_collection(ops.GraphKeys.LOCAL_RESOURCES, resource)
64 def local_resources(): function
66 return ops.get_collection(ops.GraphKeys.LOCAL_RESOURCES)
77 local_resources().
86 resource_list = shared_resources() + local_resources()