Searched refs:gather (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | gather_builder_test.cpp | 174 GatherBuilder gather; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 2393 std::function<bool()> gather; member 2734 if (task.gather) { in ProgressTask() 2761 CORE_CPU_PERF_BEGIN(gather, "glTF", task.name, "Gather"); in Gather() 2763 if (cancelled_ || !task.gather()) { in Gather() 2767 CORE_CPU_PERF_END(gather); in Gather() 3020 task->gather = [this]() -> bool { in PrepareBufferTasks() 3082 task->gather = [t = task.get()]() -> bool { in QueueImage() 3206 task->gather = [this, &light, t = task.get()]() -> bool { in PrepareImageBasedLightTasks() 3316 task->gather = [this, i, t = task.get()]() -> bool { in PrepareMeshTasks() 3369 task->gather = [this, accessor = track.sampler->input, t = task.get()]() -> bool { in PrepareAnimationInputTask() [all …]
|
/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() local 344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
|
H A D | lite_graph_to_hdi_model_v2_0.cpp | 342 Gather gather{}; in ConvertGather() local 344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
|
H A D | lite_graph_to_hdi_model_v2_1.cpp | 596 Gather gather{}; in ConvertGather() local 598 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 2668 * * <b>x</b>, the target tensor to gather values.
|