Home
last modified time | relevance | path

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 Dconv2d_pad_test.cpp68 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 Dconv2d_padmode_test.cpp526 …::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 Dconv2d_builder.h65 {OH_NN_CONV2D_PAD, &Conv2DBuilder::SetPad},
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime_type.h2842 OH_NN_CONV2D_PAD = 12, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime__type_8h.md71 …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.md72 …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.md72 …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 Dneural__network__runtime__type_8h.md71 …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.md72 …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.|