Searched refs:exactDiv (Results 1 – 5 of 5) sorted by relevance
35 auto outHeight = op->inputs[0]->dimensions[heightIndex].exactDiv(blockSize); in spaceToDepthConstructor()36 auto outWidth = op->inputs[0]->dimensions[widthIndex].exactDiv(blockSize); in spaceToDepthConstructor()90 auto outDepth = op->inputs[0]->dimensions[depthIndex].exactDiv(blockSize * blockSize); in depthToSpaceConstructor()175 auto outBatch = op->inputs[0]->dimensions[0].exactDiv(blockHeight * blockWidth); in batchToSpaceConstructor()240 auto outHeight = paddedHeight.exactDiv(blockHeight); in spaceToBatchConstructor()241 auto outWidth = paddedWidth.exactDiv(blockWidth); in spaceToBatchConstructor()
41 op->outputs[0]->dimensions = {numElements.exactDiv(op->inputs[1]->dimensions[1]), in fullyConnectedConstructor()
108 outDim = op->inputs[0]->dimensions[i].exactDiv(numSplits); in splitConstructor()
176 RandomVariable exactDiv(const RandomVariable& other);
544 RandomVariable RandomVariable::exactDiv(const RandomVariable& other) { in exactDiv() function in android::nn::fuzzing_test::RandomVariable