Searched refs:setGreaterEqual (Results 1 – 3 of 3) sorted by relevance
200 op->inputs[0]->dimensions.back().setGreaterEqual(k); in topKConstructor()232 op->inputs[0]->dimensions[i].setGreaterEqual(op->outputs[0]->dimensions[i]); in sliceConstructor()298 maxOut.setGreaterEqual(op->outputs[0]->dimensions.back()); in stridedSliceConstructor()
182 RandomVariable setGreaterEqual(const RandomVariable& other) const;
591 RandomVariable RandomVariable::setGreaterEqual(const RandomVariable& other) const { in setGreaterEqual() function in android::nn::fuzzing_test::RandomVariable