Home
last modified time | relevance | path

Searched refs:noops (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/core/
DSkRecord.cpp34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local
36 fCount = noops - fRecords.get(); in defrag()
/external/skia/src/core/
DSkRecord.cpp34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, in defrag() local
36 fCount = noops - fRecords.get(); in defrag()
/external/tflite-support/third_party/android/
Dandroid.bzl.tpl7 # will be replaced by noops otherwise.
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc658 std::map<string, NodeDef*> noops; in GroupCrossDeviceControlEdges() local
672 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()
/external/mesa3d/src/mapi/
Dmapi_abi.py400 noops = []
425 noops.append(noop)
427 return '\n\n'.join(noops)
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dknown_issues.md51 Assertions created using `tf.Assert` and similar functions are noops when
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXConcurrentWriteable.m55 // enqueued messages into noops, cancellation nillifies the writeable property. If we get it
/external/llvm-project/llvm/test/CodeGen/X86/
Dhipe-cc64.ll59 ; Loads are reading values just writen from corresponding register and are therefore noops.
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc1038 static auto noops = in SegmentGraph()
1040 return noops->count(node->type_string()) == 0; in SegmentGraph()
/external/llvm-project/llvm/lib/Target/X86/
DREADME.txt1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/llvm/lib/Target/X86/
DREADME.txt1338 2. ix86_avoid_jump_misspredicts inserts noops in cases where a 16-byte block of
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td14 // instructions are noops on SystemZ.
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td14 // instructions are noops on SystemZ.