Searched refs:exactDiv (Results 1 – 5 of 5) sorted by relevance
38 auto outHeight = op->inputs[0]->dimensions[heightIndex].exactDiv(blockSize); in spaceToDepthConstructor()39 auto outWidth = op->inputs[0]->dimensions[widthIndex].exactDiv(blockSize); in spaceToDepthConstructor()95 auto outDepth = op->inputs[0]->dimensions[depthIndex].exactDiv(blockSize * blockSize); in depthToSpaceConstructor()181 auto outBatch = op->inputs[0]->dimensions[0].exactDiv(blockHeight * blockWidth); in batchToSpaceConstructor()248 auto outHeight = paddedHeight.exactDiv(blockHeight); in spaceToBatchConstructor()249 auto outWidth = paddedWidth.exactDiv(blockWidth); in spaceToBatchConstructor()
42 op->outputs[0]->dimensions = {numElements.exactDiv(op->inputs[1]->dimensions[1]), in fullyConnectedConstructor()
137 outDim = op->inputs[0]->dimensions[i].exactDiv(numSplits); in splitConstructor()
176 RandomVariable exactDiv(const RandomVariable& other);
545 RandomVariable RandomVariable::exactDiv(const RandomVariable& other) { in exactDiv() function in android::nn::fuzzing_test::RandomVariable