Home
last modified time | relevance | path

Searched refs:hasBias (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_full_connection_v10.md36 | boolean [hasBias](#hasbias) | 是否使用bias。 |
69 ### hasBias subsection
72 boolean FullConnection::hasBias
H A D_full_connection_v20.md36 | boolean [hasBias](#hasbias) | 是否使用bias。 |
69 ### hasBias subsection
72 boolean FullConnection::hasBias
H A D_node_v10.md20 …N,那么它所对应的算子参数结构体应该为[FullConnection](_full_connection_v10.md), 则该算子具有四个参数:hasBias,useAxis,axis和acti…
H A D_node_v20.md20 …N,那么它所对应的算子参数结构体应该为[FullConnection](_full_connection_v20.md), 则该算子具有四个参数:hasBias,useAxis,axis和acti…
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DNodeAttrTypes.idl120 boolean hasBias;
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DNodeAttrTypes.idl120 boolean hasBias;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DNodeAttrTypes.idl120 boolean hasBias;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DNodeAttrTypes.idl120 boolean hasBias;
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnode_functions.cpp148 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 Dnode_functions.cpp148 attr->has_bias = fullConnAttr.hasBias; in GetFullConnectionPrimitive()
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DModelTypes.idl101 …* The operator has four parameters: <b>hasBias</b>, <b>useAxis</b>, <b>axis</b>, and <b>activ…
H A DNodeAttrTypes.idl914 boolean hasBias;
1321 boolean hasBias;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp759 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.md590hasBias,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.md590hasBias,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 Ddump.txt149 boolean hasBias;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/
H A Ddump.txt214 boolean hasBias;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1677 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 Dinner_model_test.cpp1616 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 Dnode_attr_types.h.txt141 bool hasBias;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnode_attr_types.h.txt141 bool hasBias;
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp560 fullConnection.hasBias = mindspore::lite::MindIR_FullConnection_GetHasBias(primitive); in ConvertFullConnection()
810 lstm.hasBias = mindspore::lite::MindIR_LSTM_GetHasBias(primitive); in ConvertLSTM()
H A Dlite_graph_to_hdi_model_v1_0.cpp306 fullConnection.hasBias = mindspore::lite::MindIR_FullConnection_GetHasBias(primitive); in ConvertFullConnection()
H A Dlite_graph_to_hdi_model_v2_0.cpp306 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.md590hasBias**: 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…