Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter_tree.cc109 std::string node_string = NodeString(node); in CanonicalNode() local
110 NodeMap::iterator iter = nodes->find(node_string); in CanonicalNode()
387 std::string node_string = ""; in DebugNodeString() local
390 node_string += node->atom(); in DebugNodeString()
393 node_string += node->op() == Prefilter::AND ? "AND" : "OR"; in DebugNodeString()
394 node_string += "("; in DebugNodeString()
397 node_string += ','; in DebugNodeString()
398 node_string += StringPrintf("%d", (*node->subs())[i]->unique_id()); in DebugNodeString()
399 node_string += ":"; in DebugNodeString()
400 node_string += DebugNodeString((*node->subs())[i]); in DebugNodeString()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc905 string node_string; in __anon7e28f50b0402() local
907 node_string = "both_loops_tpu"; in __anon7e28f50b0402()
909 node_string = "no_loop_tpu"; in __anon7e28f50b0402()
911 node_string = mark_inner_loop_tpu ? "inner_loop_tpu" : "outer_loop_tpu"; in __anon7e28f50b0402()
914 restrict_to_tpu_nodes ? "restricted_" : "unrestricted_", node_string); in __anon7e28f50b0402()