Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py656 all_objects = self._graph_view.list_objects()
660 c.initializer for c in all_objects
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc1605 std::vector<string> all_objects; in DeleteRecursively() local
1608 dirname, UINT64_MAX, &all_objects, true /* recursively */, in DeleteRecursively()
1610 for (const string& object : all_objects) { in DeleteRecursively()