Searched refs:OH_NN_CONV2D_PAD (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | conv2d_pad_test.cpp | 68 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); in SetPadParam() 225 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 251 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 297 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 323 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 349 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 376 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 405 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 429 SetPad(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD); 450 OH_NN_CONV2D_PAD); [all …]
|
H A D | conv2d_padmode_test.cpp | 526 …::shared_ptr<NNTensor> tensor = TransToNNTensor(OH_NN_INT64, m_pad_dim, nullptr, OH_NN_CONV2D_PAD);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | conv2d_builder.h | 65 {OH_NN_CONV2D_PAD, &Conv2DBuilder::SetPad},
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime_type.h | 2842 OH_NN_CONV2D_PAD = 12, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 71 …D_CROPS = 9, OH_NN_CONCAT_AXIS = 10, OH_NN_CONV2D_STRIDES = 11,<br/>OH_NN_CONV2D_PAD = 12, OH_NN_C…
|
H A D | _neural_network_runtime.md | 72 …D_CROPS = 9, OH_NN_CONCAT_AXIS = 10, OH_NN_CONV2D_STRIDES = 11,<br/>OH_NN_CONV2D_PAD = 12, OH_NN_C… 414 …NV2D 算子的pad参数,则需要将[OH_NN_Tensor](_o_h___n_n___tensor.md)实例的type属性设置为OH_NN_CONV2D_PAD。其他算子参数的设置以此类推… 768 …NV2D 算子的pad参数,则需要将[OH_NN_Tensor](_o_h___n_n___tensor.md)实例的type属性设置为OH_NN_CONV2D_PAD。其他算子参数的设置以此类推… 786 | OH_NN_CONV2D_PAD | 当张量作为Conv2D算子的pad参数时,使用本枚举值。 |
|
H A D | _neural_nework_runtime.md | 72 …D_CROPS = 9, OH_NN_CONCAT_AXIS = 10, OH_NN_CONV2D_STRIDES = 11,<br/>OH_NN_CONV2D_PAD = 12, OH_NN_C… 414 …NV2D 算子的pad参数,则需要将[OH_NN_Tensor](_o_h___n_n___tensor.md)实例的type属性设置为OH_NN_CONV2D_PAD。其他算子参数的设置以此类推… 768 …NV2D 算子的pad参数,则需要将[OH_NN_Tensor](_o_h___n_n___tensor.md)实例的type属性设置为OH_NN_CONV2D_PAD。其他算子参数的设置以此类推… 786 | OH_NN_CONV2D_PAD | 当张量作为Conv2D算子的pad参数时,使用本枚举值。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime__type_8h.md | 71 …ND_CROPS = 9, OH_NN_CONCAT_AXIS = 10, OH_NN_CONV2D_STRIDES = 11,<br>OH_NN_CONV2D_PAD = 12, OH_NN_C…
|
H A D | _neural_network_runtime.md | 72 …ND_CROPS = 9, OH_NN_CONCAT_AXIS = 10, OH_NN_CONV2D_STRIDES = 11,<br>OH_NN_CONV2D_PAD = 12, OH_NN_C… 414 …tribute of the [OH_NN_Tensor](_o_h___n_n___tensor.md) instance to **OH_NN_CONV2D_PAD**. The settin… 768 …tribute of the [OH_NN_Tensor](_o_h___n_n___tensor.md) instance to **OH_NN_CONV2D_PAD**. The settin… 786 | OH_NN_CONV2D_PAD | Used when the tensor is used as the **pad** parameter of the Conv2D operator.|
|