Searched refs:last_ident (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_scope.cc | 148 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()
|
D | tfprof_graph.cc | 161 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()
|
D | tfprof_scope.h | 61 int last_ident);
|
D | tfprof_graph.h | 70 int last_ident, std::set<string>* visits);
|
D | tfprof_code.h | 76 int last_ident);
|
D | tfprof_code.cc | 577 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/ |
D | de.rs | 1984 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()
|