Home
last modified time | relevance | path

Searched defs:queue_type (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsequence_addn.cc45 auto queue_type = input_args[kIndex0]->GetType()->cast<TuplePtr>(); in SequenceAddNInferType() local
49 auto queue_type = input_args[kIndex0]->GetType()->cast<ListPtr>(); in SequenceAddNInferType() local
Dsequence_mul.cc64 auto queue_type = input_args[kIndex0]->GetType()->cast<TuplePtr>(); in SequenceMulInferType() local
68 auto queue_type = input_args[kIndex0]->GetType()->cast<ListPtr>(); in SequenceMulInferType() local
Dsequence_max_min.cc88 auto queue_type = input_args[kIndex0]->GetType()->cast<TuplePtr>(); in SequenceMaxMinInferType() local
92 auto queue_type = input_args[kIndex0]->GetType()->cast<ListPtr>(); in SequenceMaxMinInferType() local
Dsequence_stack.cc130 auto queue_type = queue->GetType()->cast<T>(); in GetOutputType() local
/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dneeds_drop.rs105 let queue_type = move |this: &mut Self, component: Ty<'tcx>| { in next() localVariable
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h117 D3D12_COMMAND_LIST_TYPE queue_type; member
/third_party/mesa3d/src/amd/common/
Dac_rgp.h119 enum sqtt_queue_type queue_type : 8; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c469 enum v3dv_queue_type queue_type = queues_to_sync[i]; in export_perfmon_last_job_sync() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.cpp1575 enum queue_type { enum