/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
H A D | nn_tensor_test.cpp | 295 desc.SetShape(shape, shapeNum); 398 desc.SetShape(shape, shapeNum); 463 desc.SetShape(shape, shapeNum); 532 desc.SetShape(shape, shapeNum); 599 desc.SetShape(shape, shapeNum); 628 desc.SetShape(shape, shapeNum); 779 desc.SetShape(shape, shapeNum); 810 desc.SetShape(shape, shapeNum); 841 desc.SetShape(shape, shapeNum); 872 desc.SetShape(shape, shapeNum); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | broadcast_to_builder.h | 41 OH_NN_ReturnCode SetShape(const std::shared_ptr<NNTensor>& tensor); 46 {OH_NN_BROADCAST_TO_SHAPE, &BroadcastToBuilder::SetShape}
|
H A D | broadcast_to_builder.cpp | 30 OH_NN_ReturnCode BroadcastToBuilder::SetShape(const std::shared_ptr<NNTensor>& tensor) in SetShape() function in OHOS::NeuralNetworkRuntime::Ops::BroadcastToBuilder
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | nn_tensor_desc_test.cpp | 144 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.SetShape(testshape, testshapenum)); 157 EXPECT_EQ(OH_NN_INVALID_PARAMETER, tensordesc.SetShape(testShape, shapenum));
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | tensor_desc.h | 37 OH_NN_ReturnCode SetShape(const int32_t* shape, size_t shapeNum);
|
H A D | tensor_desc.cpp | 111 OH_NN_ReturnCode TensorDesc::SetShape(const int32_t* shape, size_t shapeNum) in SetShape() function in OHOS::NeuralNetworkRuntime::TensorDesc
|
H A D | neural_network_core.cpp | 905 return tensorDescImpl->SetShape(shape, shapeLength); in OH_NNTensorDesc_SetShape()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 148 tensorDesr->SetShape(ptr, dimensionCount); 558 tensorDesr->SetShape(ptr, dimensionCount); 684 tensorDesr->SetShape(ptr, dimensionCount); 766 tensorDesr->SetShape(ptr, dimensionCount); 916 tensorDesr->SetShape(ptr, dimensionCount); 977 tensorDesr->SetShape(ptr, dimensionCount); 1037 tensorDesr->SetShape(ptr, dimensionCount); 1145 tensorDesr->SetShape(ptr, dimensionCount); 1277 tensorDesr->SetShape(ptr, dimensionCount); 1379 tensorDesr->SetShape(ptr, dimensionCount); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnexecutor.cpp | 302 ret = nnTensorDesc->SetShape(outputsDims[i].data(), outputsDims[i].size()); in RunSync() 308 ret = m_outputTensorDescs[i].first->SetShape(outputsDims[i].data(), outputsDims[i].size()); in RunSync() 1009 ret = m_outputTensorDescs[i].first->SetShape(outputsDims[i].data(), outputsDims[i].size()); in Run()
|
H A D | nn_tensor.cpp | 464 desc.SetShape(m_dimensions.data(), m_dimensions.size()); in ConvertToTensorDesc()
|
H A D | nncompiler.cpp | 93 ret = tensorDesc.SetShape(m_shape, m_shapeNum); in CopyToTensorDesc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property.h | 275 void SetShape(ParticleEmitterShape& shape) in SetShape() function
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 752 tensorDesc.SetShape(ptr, dimensionCount);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 747 tensorDesc.SetShape(ptr, dimensionCount);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 746 tensorDesc.SetShape(ptr, dimensionCount);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 437 emitterOption.SetShape(emitShape); in ParseEmitterOption()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 1848 tensorDesr->SetShape(ptr, dimensionCount); 2028 tensorDesr->SetShape(ptr, dimensionCount);
|