/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _gather_v10.md | 1 # Gather chapter
|
H A D | _gather_v20.md | 1 # Gather chapter
|
H A D | Readme-CN.md | 37 - [Gather](_gather_v20.md) 96 - [Gather](_gather_v10.md)
|
H A D | _node_attr_types_8idl_v10.md | 46 | struct [Gather](_gather_v10.md) | 根据指定的索引和轴返回输入tensor的切片。 |
|
H A D | _node_attr_types_8idl_v20.md | 46 | struct [Gather](_gather_v20.md) | 根据指定的索引和轴返回输入tensor的切片。 |
|
H A D | _n_n_rt_v10.md | 55 | struct [Gather](_gather_v10.md) | 根据指定的索引和轴返回输入tensor的切片。 | 353 | NODE_TYPE_GATHER | Gather算子 |
|
H A D | _n_n_rt_v20.md | 55 | 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 D | node_attr_types.h.txt | 151 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 D | node_attr_types.cpp.txt | 696 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 D | node_attr_types.h.txt | 151 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 D | node_attr_types.cpp.txt | 696 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 D | NodeAttrTypes.idl | 131 struct Gather
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 131 struct Gather
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 131 struct Gather
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 131 struct Gather
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.h | 142 void Gather(ImporterTask& task);
|
H A D | gltf2_importer.cpp | 2387 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 D | dump.txt | 159 [mini, lite, full] struct Gather {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 224 [mini, lite, full] struct Gather {
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v1_0.cpp | 342 Gather gather{}; in ConvertGather()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 342 Gather gather{}; in ConvertGather()
|
H A D | lite_graph_to_hdi_model_v2_1.cpp | 596 Gather gather{}; in ConvertGather()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NnrtTypes.idl | 356 /** Gather operator. */
|
H A D | NodeAttrTypes.idl | 972 struct Gather
|
/ohos5.0/docs/zh-cn/device-dev/ |
H A D | website.md | 1223 - [Gather](reference/hdi-apis/nnrt/_gather_v20.md) 1282 - [Gather](reference/hdi-apis/nnrt/_gather_v10.md)
|