Searched refs:child_path (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/tools/common/ |
D | traverse.py | 72 child_path = six.ensure_str(path) + '.' + six.ensure_str( 74 _traverse_internal(child, visit, new_stack, child_path)
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | memory_tracker_snapshot_parser.cc | 249 std::string child_path = path; in EmitMemorySnapshotNodeRowsRecursively() local 250 if (!child_path.empty()) in EmitMemorySnapshotNodeRowsRecursively() 251 child_path += "/"; in EmitMemorySnapshotNodeRowsRecursively() 252 child_path += name_and_child.first; in EmitMemorySnapshotNodeRowsRecursively() 254 EmitMemorySnapshotNodeRowsRecursively(*(name_and_child.second), child_path, in EmitMemorySnapshotNodeRowsRecursively()
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system.cc | 152 const string child_path = this->JoinPath(dir, child); in DeleteRecursively() local 154 if (IsDirectory(child_path).ok()) { in DeleteRecursively() 155 dir_q.push_back(child_path); in DeleteRecursively() 159 Status del_status = DeleteFile(child_path); in DeleteRecursively()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 322 const string child_path = io::JoinPath(current_dir, children[i]); in UpdateIterator() local 325 if (!absl::StartsWith(child_path, fixed_prefix)) { in UpdateIterator() 329 children_dir_status[i] = fs->IsDirectory(child_path); in UpdateIterator()
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 639 child_path = prefix + '.' + name 640 self.AddLeafNodes(child_path, node[name]) 705 child_path = prefix + '.' + name 707 child_path = name 708 _AddFieldPaths(node[name], child_path, field_mask)
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-032.md | 12 if (!fs->Match(child_path, dirs[dir_index])) { ... }
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load.py | 240 child_path = "{}.{}".format(node_path, reference.local_name) 241 self._node_path_to_id[child_path] = reference.node_id 242 nodes_to_visit.append(child_path)
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | load.py | 365 child_path = '{}.{}'.format(parent_path, child_name) 366 self._node_paths[child_id] = child_path
|