Searched refs:this_node (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 254 Status CheckNodesEqual(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqual() argument 256 Status s = CheckNodesEqualHelper(this_node, that, that_node); in CheckNodesEqual() 258 return errors::FailedPrecondition("Nodes ", this_node->name(), " and ", in CheckNodesEqual() 265 Status CheckNodesEqualHelper(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqualHelper() argument 267 TF_RETURN_IF_ERROR(CheckNodesEqualNonInput(this_node, that, that_node, in CheckNodesEqualHelper() 271 CheckControlInputsEqual(nodes_[this_node].node_control_inputs, that, in CheckNodesEqualHelper() 274 auto& this_node_inputs = nodes_[this_node].node_inputs; in CheckNodesEqualHelper() 284 if (is_cycle_forming_edge(this_node, this_input)) { in CheckNodesEqualHelper() 340 Status CheckNodesEqualNonInput(const NodeDef* this_node, GraphHasher* that, in CheckNodesEqualNonInput() argument 347 TF_RETURN_IF_ERROR(flib_->LookUp(this_node->op(), ®)); in CheckNodesEqualNonInput() [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | avpair.c | 401 VALUE_PAIR *this_node = NULL; in rc_avpair_insert() local 419 this_node = vp; in rc_avpair_insert() 425 this_node = *a; in rc_avpair_insert() 426 while (this_node != (VALUE_PAIR *) NULL) in rc_avpair_insert() 428 if (this_node == p) in rc_avpair_insert() 432 this_node = this_node->next; in rc_avpair_insert() 437 vp = this_node->next; in rc_avpair_insert() 438 this_node->next = b; in rc_avpair_insert()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | expand-foldable-isel.ll | 44 …%this_node.0250 = phi %"struct.pov::ot_node_struct"* [ undef, %entry ], [ %1, %cond.false21.i156 ]… 51 …inbounds %"struct.pov::ot_node_struct", %"struct.pov::ot_node_struct"* %this_node.0250, i64 0, i32…
|