Home
last modified time | relevance | path

Searched refs:gather (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dgather_builder_test.cpp174 GatherBuilder gather; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2393 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 Dlite_graph_to_hdi_model_v1_0.cpp342 Gather gather{}; in ConvertGather() local
344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
H A Dlite_graph_to_hdi_model_v2_0.cpp342 Gather gather{}; in ConvertGather() local
344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
H A Dlite_graph_to_hdi_model_v2_1.cpp596 Gather gather{}; in ConvertGather() local
598 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl2668 * * <b>x</b>, the target tensor to gather values.