Lines Matching defs:out
283 return verify(requiredIns, ins, "in") && verify(requiredOuts, outs, "out");
299 RunTimeOperandInfo& out = mOperands[outs[0]];
300 Shape outShape = out.shape();
304 setInfoAndAllocateIfNeeded(&out, outShape) &&
310 reinterpret_cast<float*>(out.buffer),
314 setInfoAndAllocateIfNeeded(&out, outShape) &&
320 reinterpret_cast<uint8_t*>(out.buffer),
332 RunTimeOperandInfo& out = mOperands[outs[0]];
333 Shape outShape = out.shape();
337 setInfoAndAllocateIfNeeded(&out, outShape) &&
343 reinterpret_cast<float*>(out.buffer),
347 setInfoAndAllocateIfNeeded(&out, outShape) &&
353 reinterpret_cast<uint8_t*>(out.buffer),