Home
last modified time | relevance | path

Searched defs:val_ptr (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/tests/ui/asm/x86_64/
Dtype-check-3.rs62 let mut val_ptr: *mut u8; in main() localVariable
/third_party/rust/rust/tests/ui/asm/aarch64/
Dtype-check-3.rs86 let mut val_ptr: *mut u8; in main() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Davgpool_fusion_mapper.cc81 ValuePtr val_ptr = src_prim->GetAttr(ops::kKernelSize); in CreateTargetPrim() local
Dresize_mapper.cc63 auto val_ptr = src_prim->GetAttr(ops::kMethod); in Mapper() local
/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c84 TYPE val_ptr; in insert_helper() local
228 TYPE val_ptr = (TYPE) atomic_load_explicit( in resize_helper() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_utils.cc38 auto val_ptr = prim->GetAttr(ops::kOriginalOpName); in AdjustCnodeName() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dapply_came_part3.cc90 auto val_ptr = input_args[kInputIndex6]->GetValue(); in CheckInputsShapePart3() local
Dapply_came_part2.cc109 auto val_ptr = input_args[kInputIndex8]->GetValue(); in CheckInputsShapePart2() local
Dapply_came_part4.cc125 auto val_ptr = input_args[kInputIndex11]->GetValue(); in CheckInputsShapePart4() local
/third_party/rust/rust/library/alloc/src/collections/btree/map/
Dentry.rs356 let val_ptr = root.borrow_mut().push(self.key, value) as *mut V; in insert() localVariable
373 let val_ptr = new_handle.into_val_mut(); in insert() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Danf_transform.cc853 auto val_ptr = main_graph->get_attr(kOriginalFmkType); in Transform() local
858 auto val_ptr = main_graph->get_attr(kConverterInputShape); in Transform() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dunify_format.cc346 auto val_ptr = prim->GetAttr(ops::kMode); in ResizeNodeProcess() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/format/
Dto_format_base.cc284 auto val_ptr = prim->GetAttr(ops::kOriginalOpName); in DealConv2dTransposeFusionNode() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dprompt_flash_attention.cc90 auto val_ptr = input_arg->GetValue(); in CheckActuaSeqLength() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/lite_exporter/
Danf_exporter.cc1101 auto val_ptr = cnode->GetAttr("outputs_names"); in SetOpOutputNode() local
1159 auto val_ptr = cnode->GetAttr("outputs_names"); in SetOpOutputNode() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/src/
Dacl_pass_impl.cc735 auto val_ptr = prim->GetAttr(ops::kOriginalOpName); in AdjustCnodeName() local
/third_party/gn/src/base/
Dvalues.cc277 auto val_ptr = std::make_unique<Value>(std::move(value)); in SetKey() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs38778 let val_ptr = self.insert_fit(key, val); localVariable
38793 let val_ptr = insertion_edge.insert_fit(key, val); localVariable