Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_gather_v10.md1 # Gather chapter
H A D_gather_v20.md1 # Gather chapter
H A DReadme-CN.md37 - [Gather](_gather_v20.md)
96 - [Gather](_gather_v10.md)
H A D_node_attr_types_8idl_v10.md46 | struct  [Gather](_gather_v10.md) | 根据指定的索引和轴返回输入tensor的切片。 |
H A D_node_attr_types_8idl_v20.md46 | struct  [Gather](_gather_v20.md) | 根据指定的索引和轴返回输入tensor的切片。 |
H A D_n_n_rt_v10.md55 | struct  [Gather](_gather_v10.md) | 根据指定的索引和轴返回输入tensor的切片。 |
353 | NODE_TYPE_GATHER | Gather算子 |
H A D_n_n_rt_v20.md55 | struct  [Gather](_gather_v20.md) | 根据指定的索引和轴返回输入tensor的切片。 |
401 | NODE_TYPE_GATHER | Gather算子 |
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/
H A Dnode_attr_types.h.txt151 struct Gather {
369 bool GatherBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Nnrt::V1_0::Gather& dataBlo…
371 bool GatherBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Nnrt::V1_0::Gather& dataBlock);
H A Dnode_attr_types.cpp.txt696 bool GatherBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Nnrt::V1_0::Gather& dataBlo…
698 if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Nnrt::V1_0::Gather))) {
704 bool GatherBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Nnrt::V1_0::Gather& dataBlock)
706 …t::V1_0::Gather *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V1_0::Gather*>(data.ReadUn…
711 …py_s(&dataBlock, sizeof(OHOS::HDI::Nnrt::V1_0::Gather), dataBlockPtr, sizeof(OHOS::HDI::Nnrt::V1_0…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/
H A Dnode_attr_types.h.txt151 struct Gather {
370 bool GatherBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Nnrt::V2_0::Gather& dataBlo…
372 bool GatherBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Nnrt::V2_0::Gather& dataBlock);
H A Dnode_attr_types.cpp.txt696 bool GatherBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Nnrt::V2_0::Gather& dataBlo…
698 if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Nnrt::V2_0::Gather))) {
704 bool GatherBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Nnrt::V2_0::Gather& dataBlock)
706 …t::V2_0::Gather *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Nnrt::V2_0::Gather*>(data.ReadUn…
711 …py_s(&dataBlock, sizeof(OHOS::HDI::Nnrt::V2_0::Gather), dataBlockPtr, sizeof(OHOS::HDI::Nnrt::V2_0…
/ohos5.0/drivers/interface/nnrt/v1_0/
H A DNodeAttrTypes.idl131 struct Gather
/ohos5.0/drivers/interface/nnrt/v2_0/
H A DNodeAttrTypes.idl131 struct Gather
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/
H A DNodeAttrTypes.idl131 struct Gather
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/
H A DNodeAttrTypes.idl131 struct Gather
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h142 void Gather(ImporterTask& task);
H A Dgltf2_importer.cpp2387 enum class State { Queued, Gather, Import, Finished }; enumerator
2407 importer_.Gather(task_); in operator ()()
2733 task.state = ImporterTask::State::Gather; in ProgressTask()
2742 if (task.state == ImporterTask::State::Gather) { in ProgressTask()
2759 void GLTF2Importer::Gather(ImporterTask& task) in Gather() function in GLTF2::GLTF2Importer
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/
H A Ddump.txt159 [mini, lite, full] struct Gather {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/
H A Ddump.txt224 [mini, lite, full] struct Gather {
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v1_0.cpp342 Gather gather{}; in ConvertGather()
H A Dlite_graph_to_hdi_model_v2_0.cpp342 Gather gather{}; in ConvertGather()
H A Dlite_graph_to_hdi_model_v2_1.cpp596 Gather gather{}; in ConvertGather()
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNnrtTypes.idl356 /** Gather operator. */
H A DNodeAttrTypes.idl972 struct Gather
/ohos5.0/docs/zh-cn/device-dev/
H A Dwebsite.md1223 - [Gather](reference/hdi-apis/nnrt/_gather_v20.md)
1282 - [Gather](reference/hdi-apis/nnrt/_gather_v10.md)