Home
last modified time | relevance | path

Searched refs:replacee (Results 1 – 5 of 5) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/misc/
DUtils.java58 public static String replace(String src, String replacee, String replacer) { in replace() argument
61 int endIndex = src.indexOf(replacee); in replace()
67 startIndex = endIndex + replacee.length(); in replace()
68 endIndex = src.indexOf(replacee,startIndex); in replace()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h183 Status AddIdentityNode(const Node* replacee, Node* if_node, int port);
187 xla::StatusOr<Node*> AddIfNode(const NodeDef& def, const Node* replacee,
191 Status PropagateUpdatedState(const Node* replacee);
Dfunctionalize_cond.cc919 Status FunctionalizeCond::AddIdentityNode(const Node* replacee, Node* if_node, in AddIdentityNode() argument
922 TF_RETURN_IF_ERROR(NodeBuilder(replacee->name(), "Identity") in AddIdentityNode()
931 const Node* replacee, in AddIfNode() argument
936 VLOG(1) << "Adding If for " << replacee->name(); in AddIfNode()
937 StateMap::CondId id = state_map_.LookupCondId(replacee); in AddIfNode()
946 state_map_.ResetAncestorId(ret, state_map_.LookupAncestorId(replacee)); in AddIfNode()
951 Status FunctionalizeCond::PropagateUpdatedState(const Node* replacee) { in PropagateUpdatedState() argument
952 VLOG(2) << "Propagating update state for " << replacee->name() << " " in PropagateUpdatedState()
953 << state_map_.CondStateToString(replacee); in PropagateUpdatedState()
962 for (auto n : replacee->out_nodes()) in PropagateUpdatedState()
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst715 container mapping the replacee to the replacement. In the case above, it would
/external/swiftshader/third_party/subzero/
DDESIGN.rst715 container mapping the replacee to the replacement. In the case above, it would