Home
last modified time | relevance | path

Searched defs:inputs_tensor_map (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dgrouped_matmul_info.cc256 const ShapeBasePtr &inputs_tensor_map) { in CreateTensorInfo()
Dgather_info.h75 TensorMaps inputs_tensor_map() const { return inputs_tensor_map_; } in inputs_tensor_map() function
Doperator_info.cc551 const ShapeBasePtr &inputs_tensor_map) { in CreateTensorInfo()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dframework_utils.cc1049 …putsByConstInputs(const CNodePtr &node, std::map<uint32_t, tensor::TensorPtr> *inputs_tensor_map) { in SetInputsByConstInputs()