Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_resize_v10.md45 | float [extrapolationValue](#extrapolationvalue) | 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue
88 ### extrapolationValue subsection
91 float Resize::extrapolationValue
97 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue
H A D_resize_v20.md39 | float [extrapolationValue](#extrapolationvalue) | 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue
76 ### extrapolationValue subsection
79 float Resize::extrapolationValue
83 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dresize_bilinear_builder.cpp206 float extrapolationValue{0.0f}; in GetPrimitive() local
211 extrapolationValue, nearestMode); in GetPrimitive()
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DNodeAttrTypes.idl224 float extrapolationValue;
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DNodeAttrTypes.idl225 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DNodeAttrTypes.idl224 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DNodeAttrTypes.idl225 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/
H A Ddump.txt237 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/
H A Ddump.txt303 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnode_attr_types.h.txt229 float extrapolationValue;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnode_attr_types.h.txt230 float extrapolationValue;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v1_0.cpp595 resize.extrapolationValue = mindspore::lite::MindIR_Resize_GetExtrapolationValue(primitive); in ConvertResize()
H A Dlite_graph_to_hdi_model_v2_0.cpp596 resize.extrapolationValue = mindspore::lite::MindIR_Resize_GetExtrapolationValue(primitive); in ConvertResize()
H A Dlite_graph_to_hdi_model_v2_1.cpp1176 resize.extrapolationValue = mindspore::lite::MindIR_Resize_GetExtrapolationValue(primitive); in ConvertResize()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp1546 float extrapolationValue{0.0f}; variable
1557 extrapolationValue, nearestMode);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp2464 float extrapolationValue{0.0f}; variable
2475 extrapolationValue, nearestMode);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp2403 float extrapolationValue{0.0f}; variable
2414 extrapolationValue, nearestMode);
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl1922 * boundary is set to <b>extrapolationValue</b>.
1924 float extrapolationValue;