Home
last modified time | relevance | path

Searched refs:depend_tensor_map_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/executor/
Ddynamic_kernel.cc58 depend_tensor_map_.clear(); in RebuildDependTensor()
74 auto ret = depend_tensor_map_.try_emplace(depend, out_tensor); in RebuildDependTensor()
92 AnfAlgo::InferShape(cnode, &depend_tensor_map_); in InferShape()
Ddynamic_kernel.h59 std::map<uint32_t, tensor::TensorPtr> depend_tensor_map_; variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dai_core_dynamic_kernel.cc140 …auto ge_node = converter.AnfNodeToGeNodeAdapter(cnode, &ge_graph, depend_tensor_map_, op_compile_i… in ComputeTiling()