Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/common/
Dtraverse.py72 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/
Dmemory_tracker_snapshot_parser.cc249 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/
Dfile_system.cc152 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/
Dmatching_files_dataset_op.cc322 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/
Dwell_known_types.py639 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/
Dtfsa-2020-032.md12 if (!fs->Match(child_path, dirs[dir_index])) { ... }
/external/tensorflow/tensorflow/python/saved_model/
Dload.py240 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/
Dload.py365 child_path = '{}.{}'.format(parent_path, child_name)
366 self._node_paths[child_id] = child_path