Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp295 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 Dbroadcast_to_builder.h41 OH_NN_ReturnCode SetShape(const std::shared_ptr<NNTensor>& tensor);
46 {OH_NN_BROADCAST_TO_SHAPE, &BroadcastToBuilder::SetShape}
H A Dbroadcast_to_builder.cpp30 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 Dnn_tensor_desc_test.cpp144 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 Dtensor_desc.h37 OH_NN_ReturnCode SetShape(const int32_t* shape, size_t shapeNum);
H A Dtensor_desc.cpp111 OH_NN_ReturnCode TensorDesc::SetShape(const int32_t* shape, size_t shapeNum) in SetShape() function in OHOS::NeuralNetworkRuntime::TensorDesc
H A Dneural_network_core.cpp905 return tensorDescImpl->SetShape(shape, shapeLength); in OH_NNTensorDesc_SetShape()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp148 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 Dnnexecutor.cpp302 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 Dnn_tensor.cpp464 desc.SetShape(m_dimensions.data(), m_dimensions.size()); in ConvertToTensorDesc()
H A Dnncompiler.cpp93 ret = tensorDesc.SetShape(m_shape, m_shapeNum); in CopyToTensorDesc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h275 void SetShape(ParticleEmitterShape& shape) in SetShape() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp752 tensorDesc.SetShape(ptr, dimensionCount);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp747 tensorDesc.SetShape(ptr, dimensionCount);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp746 tensorDesc.SetShape(ptr, dimensionCount);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp437 emitterOption.SetShape(emitShape); in ParseEmitterOption()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1848 tensorDesr->SetShape(ptr, dimensionCount);
2028 tensorDesr->SetShape(ptr, dimensionCount);