/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _full_connection_v10.md | 36 | boolean [hasBias](#hasbias) | 是否使用bias。 | 69 ### hasBias subsection 72 boolean FullConnection::hasBias
|
H A D | _full_connection_v20.md | 36 | boolean [hasBias](#hasbias) | 是否使用bias。 | 69 ### hasBias subsection 72 boolean FullConnection::hasBias
|
H A D | _node_v10.md | 20 …N,那么它所对应的算子参数结构体应该为[FullConnection](_full_connection_v10.md), 则该算子具有四个参数:hasBias,useAxis,axis和acti…
|
H A D | _node_v20.md | 20 …N,那么它所对应的算子参数结构体应该为[FullConnection](_full_connection_v20.md), 则该算子具有四个参数:hasBias,useAxis,axis和acti…
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 120 boolean hasBias;
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 120 boolean hasBias;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 120 boolean hasBias;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 120 boolean hasBias;
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | node_functions.cpp | 148 attr->has_bias = fullConnAttr.hasBias; in GetFullConnectionPrimitive()
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | node_functions.cpp | 148 attr->has_bias = fullConnAttr.hasBias; in GetFullConnectionPrimitive()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | ModelTypes.idl | 101 …* The operator has four parameters: <b>hasBias</b>, <b>useAxis</b>, <b>axis</b>, and <b>activ…
|
H A D | NodeAttrTypes.idl | 914 boolean hasBias; 1321 boolean hasBias;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 759 bool hasBias {false}; variable 763 void* primitive = mindspore::lite::MindIR_FullConnection_CreatePrimitive(hasBias, useAxis, 1160 bool hasBias {false}; variable 1169 … void* primitive = mindspore::lite::MindIR_LSTM_CreatePrimitive(bidirectional, hasBias, inputSize,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 590 …hasBias,bool值,是否使用bias偏置。<br/>- activationType,是一个整型常量,且必须是OH_NN_FuseType中含有的值。 在输出之前调用指定的激活。<br/>… 650 …tchSize, hiddenSize]。<br/>参数:<br/>- bidirectional,bool值,是否为双向LSTM。<br/>- hasBias,bool值,单元门是否有偏置。<b… 868 | OH_NN_LSTM_HAS_BIAS<sup>12+</sup> | 当张量作为LSTM算子的hasBias参数时,使用本枚举值。 | 885 | OH_NN_FULL_CONNECTION_HAS_BIAS<sup>12+</sup> | 当张量作为FullConnection算子的hasBias参数时,使用本枚举值。 |
|
H A D | _neural_nework_runtime.md | 590 …hasBias,bool值,是否使用bias偏置。<br/>- activationType,是一个整型常量,且必须是OH_NN_FuseType中含有的值。 在输出之前调用指定的激活。<br/>… 650 …tchSize, hiddenSize]。<br/>参数:<br/>- bidirectional,bool值,是否为双向LSTM。<br/>- hasBias,bool值,单元门是否有偏置。<b… 868 | OH_NN_LSTM_HAS_BIAS<sup>12+</sup> | 当张量作为LSTM算子的hasBias参数时,使用本枚举值。 | 885 | OH_NN_FULL_CONNECTION_HAS_BIAS<sup>12+</sup> | 当张量作为FullConnection算子的hasBias参数时,使用本枚举值。 |
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/ |
H A D | dump.txt | 149 boolean hasBias;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 214 boolean hasBias;
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 1677 bool hasBias {false}; variable 1681 void* primitive = mindspore::lite::MindIR_FullConnection_CreatePrimitive(hasBias, useAxis, 2078 bool hasBias {false}; variable 2087 … void* primitive = mindspore::lite::MindIR_LSTM_CreatePrimitive(bidirectional, hasBias, inputSize,
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 1616 bool hasBias {false}; variable 1620 void* primitive = mindspore::lite::MindIR_FullConnection_CreatePrimitive(hasBias, useAxis, 2017 bool hasBias {false}; variable 2026 … void* primitive = mindspore::lite::MindIR_LSTM_CreatePrimitive(bidirectional, hasBias, inputSize,
|
/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 | 141 bool hasBias;
|
/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 | 141 bool hasBias;
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 560 fullConnection.hasBias = mindspore::lite::MindIR_FullConnection_GetHasBias(primitive); in ConvertFullConnection() 810 lstm.hasBias = mindspore::lite::MindIR_LSTM_GetHasBias(primitive); in ConvertLSTM()
|
H A D | lite_graph_to_hdi_model_v1_0.cpp | 306 fullConnection.hasBias = mindspore::lite::MindIR_FullConnection_GetHasBias(primitive); in ConvertFullConnection()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 306 fullConnection.hasBias = mindspore::lite::MindIR_FullConnection_GetHasBias(primitive); in ConvertFullConnection()
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 590 …hasBias**: boolean value indicating whether to use the bias offset.<br>- **activationType**: integ… 650 …al**: boolean value indicating whether the LSTM is bidirectional.<br>- **hasBias**: boolean value … 868 | OH_NN_LSTM_HAS_BIAS<sup>12+</sup> | Used when the tensor is used as the **hasBias** parameter of … 885 | OH_NN_FULL_CONNECTION_HAS_BIAS<sup>12+</sup> | Used when the tensor is used as the **hasBias** pa…
|