Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp253 std::vector<int32_t> outputShape(numDimensions); in AddReshapeParams() local
255 outputShape[i] = builtin->shape[i]; in AddReshapeParams()
257 … mappingArgs.builder->AddVectorInt32Tensor(outputShape.data(), outputShape.size(), OH_NN_TENSOR); in AddReshapeParams()