Home
last modified time | relevance | path

Searched defs:TakeOp (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dtake_op.cc25 TakeOp::TakeOp(int32_t count) : PipelineOp(0), max_takes_(count), take_count_(0) {} in TakeOp() function in mindspore::dataset::TakeOp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2685 unsigned TakeOp; in evaluateHexCondMove() local