Lines Matching refs:getShape
40 const Shape in1Shape = model->getShape(ins[0]); in addMul()
41 const Shape in2Shape = model->getShape(ins[1]); in addMul()
42 Shape outShape = model->getShape(outs[0]); in addMul()
63 const Shape inShape = model->getShape(ins[0]); in pool()
104 Shape outShape = model->getShape(outs[0]); in pool()
142 inShapes[i] = model->getShape(ins[i]); in concatenation()
144 Shape outShape = model->getShape(outs[0]); in concatenation()
158 const Shape inputShape = model->getShape(ins[0]); in conv_2d()
159 const Shape filterShape = model->getShape(ins[1]); in conv_2d()
160 const Shape biasShape = model->getShape(ins[2]); in conv_2d()
198 Shape outShape = model->getShape(outs[0]); in conv_2d()
218 const Shape inputShape = model->getShape(ins[0]); in depthwise_conv_2d()
219 const Shape filterShape = model->getShape(ins[1]); in depthwise_conv_2d()
220 const Shape biasShape = model->getShape(ins[2]); in depthwise_conv_2d()
259 Shape outShape = model->getShape(outs[0]); in depthwise_conv_2d()
279 const Shape inputShape = model->getShape(ins[0]); in dequantize()
280 Shape outShape = model->getShape(outs[0]); in dequantize()
295 const Shape inputShape = model->getShape(ins[0]); in fully_connected()
296 const Shape weightsShape = model->getShape(ins[1]); in fully_connected()
297 const Shape biasShape = model->getShape(ins[2]); in fully_connected()
298 Shape outShape = model->getShape(outs[0]); in fully_connected()
316 const Shape inShape = model->getShape(ins[0]); in local_response_normalization()
317 Shape outShape = model->getShape(outs[0]); in local_response_normalization()
331 const Shape inShape = model->getShape(ins[0]); in activation()
332 Shape outShape = model->getShape(outs[0]); in activation()
376 const Shape inShape = model->getShape(ins[0]); in reshape()
377 const Shape targetShape = model->getShape(ins[1]); in reshape()
380 Shape outShape = model->getShape(outs[0]); in reshape()
401 const Shape inShape = model->getShape(ins[0]); in resize_bilinear()
402 Shape outShape = model->getShape(outs[0]); in resize_bilinear()