Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/frameworks/native/
Dhdi_device_v1_0.cpp157 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(model.get()); in GetSupportedOperation() local
248 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(model.get()); in PrepareModel() local
Dhdi_device_v2_0.cpp203 size_t tensorSize = mindspore::lite::MindIR_LiteGraph_GetConstTensorSize(model.get()); in GetSupportedOperation() local
287 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/v1_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp267 size_t tensorSize = model.allTensors.size(); in ValidateModel() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp302 size_t tensorSize = model.allTensors.size(); in ValidateModel() local