/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _resize_v10.md | 45 | float [extrapolationValue](#extrapolationvalue) | 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue… 88 ### extrapolationValue subsection 91 float Resize::extrapolationValue 97 外插值,当仅用于裁剪x的时候使用,超出边界的采样权重被置为extrapolationValue。
|
H A D | _resize_v20.md | 39 | 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 D | resize_bilinear_builder.cpp | 206 float extrapolationValue{0.0f}; in GetPrimitive() local 211 extrapolationValue, nearestMode); in GetPrimitive()
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 224 float extrapolationValue;
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 225 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 224 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 225 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/ |
H A D | dump.txt | 237 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 303 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | node_attr_types.h.txt | 229 float extrapolationValue;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | node_attr_types.h.txt | 230 float extrapolationValue;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v1_0.cpp | 595 resize.extrapolationValue = mindspore::lite::MindIR_Resize_GetExtrapolationValue(primitive); in ConvertResize()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 596 resize.extrapolationValue = mindspore::lite::MindIR_Resize_GetExtrapolationValue(primitive); in ConvertResize()
|
H A D | lite_graph_to_hdi_model_v2_1.cpp | 1176 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 D | device_manager_test.cpp | 1546 float extrapolationValue{0.0f}; variable 1557 extrapolationValue, nearestMode);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 2464 float extrapolationValue{0.0f}; variable 2475 extrapolationValue, nearestMode);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 2403 float extrapolationValue{0.0f}; variable 2414 extrapolationValue, nearestMode);
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 1922 * boundary is set to <b>extrapolationValue</b>. 1924 float extrapolationValue;
|