Searched refs:depend_tensor_map_ (Results 1 – 3 of 3) sorted by relevance
58 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()
59 std::map<uint32_t, tensor::TensorPtr> depend_tensor_map_; variable
140 …auto ge_node = converter.AnfNodeToGeNodeAdapter(cnode, &ge_graph, depend_tensor_map_, op_compile_i… in ComputeTiling()