Home
last modified time | relevance | path

Searched refs:newdims (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsPrepare.cpp432 const hexagon_nn_input& newdims = model->getTensor(ins[1]); in reshape() local
435 return model->addBasicOperation(OP_Reshape, NN_PAD_NA, {input, newdims}, outs); in reshape()
883 const hexagon_nn_input& newdims = model->getTensor(ins[1]); in reshape() local
890 {input, newdims, input_min, input_max}, outs); in reshape()