Home
last modified time | relevance | path

Searched defs:tmp_index (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcopy_with_slice_cpu_kernel.cc55 int64_t OffsetCalc(size_t ndim, const ShapeVector &shape, int64_t tmp_index, const std::vector<int6… in OffsetCalc()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc72 size_t tmp_index = common::AnfAlgo::GetOutputNumByAbstract(sub_abstract); in FetchRealInputNode() local
123 for (auto tmp_index : tmp_indexs) { in FetchRealIndexByAbstract() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c291 unsigned tmp_index; /**< the fake/temp position output reg */ member
9617 unsigned tmp_index = get_temp_index(emit); in emit_dtrunc() local
10345 unsigned tmp_index = get_temp_index(emit); in loop_instruction() local
10497 unsigned tmp_index = get_temp_index(emit); in emit_store_instruction() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dwinograd_utils.c278 int tmp_index = c * block_tile + i; in InputTransform4x4Pack12() local
516 int tmp_index = c * block_tile + i; in InputTransform6x6Pack12() local
854 int tmp_index = c * block_tile + i; in InputTransform8x8Pack12() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc2444 size_t tmp_index = common::AnfAlgo::GetOutputNumByAbstract(sub_abstract); in FetchAbstractByIndex() local