Home
last modified time | relevance | path

Searched defs:tensorSize (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/
Dhdi_device.cpp88 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(model.get()); in GetSupportedOperation() local
180 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(model.get()); in PrepareModel() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
Dnnrt_utils.cpp163 …s GetTensorSize(TfLiteContext* context, const int32_t* dims, int32_t dimCount, int64_t& tensorSize) in GetTensorSize()
Dnnrt_op_builder.cpp365 int64_t tensorSize = 0; in AddTensor() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/hdi_cpu_service/src/
Dnnrt_device_service.cpp267 size_t tensorSize = model.allTensors.size(); in ValidateModel() local