Searched refs:noops (Results 1 – 14 of 14) sorted by relevance
34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local36 fCount = noops - fRecords.get(); in defrag()
7 # will be replaced by noops otherwise.
658 std::map<string, NodeDef*> noops; in GroupCrossDeviceControlEdges() local672 auto emplace_result = noops.emplace(input_device, nullptr); in GroupCrossDeviceControlEdges()716 auto it = noops.find(input_device); in GroupCrossDeviceControlEdges()717 if (it == noops.end() || it->second == nullptr) { in GroupCrossDeviceControlEdges()732 for (const auto& entry : noops) { in GroupCrossDeviceControlEdges()
400 noops = []425 noops.append(noop)427 return '\n\n'.join(noops)
51 Assertions created using `tf.Assert` and similar functions are noops when
55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it
59 ; Loads are reading values just writen from corresponding register and are therefore noops.
1038 static auto noops = in SegmentGraph()1040 return noops->count(node->type_string()) == 0; in SegmentGraph()
1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
14 // instructions are noops on SystemZ.