Home
last modified time | relevance | path

Searched refs:last_ident (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc148 int last_ident) { in PrintScope() argument
152 int ident = last_ident; in PrintScope()
176 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintScope()
Dtfprof_graph.cc161 int last_ident, in PrintGraph() argument
170 int indent = last_ident; in PrintGraph()
193 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintGraph()
Dtfprof_scope.h61 int last_ident);
Dtfprof_graph.h70 int last_ident, std::set<string>* visits);
Dtfprof_code.h76 int last_ident);
Dtfprof_code.cc577 int last_ident) { in PrintScope() argument
584 int ident = last_ident; in PrintScope()
598 node->formatted_str = FormatNode(node, opts, last_ident); in PrintScope()
/external/rust/crates/serde_derive/src/
Dde.rs1984 let last_ident = &last.ident; in deserialize_custom_identifier() localVariable
1990 let fallthrough = quote!(_serde::__private::Ok(#this::#last_ident)); in deserialize_custom_identifier()
2000 #this::#last_ident) in deserialize_custom_identifier()