Home
last modified time | relevance | path

Searched refs:InferTensorInfo (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreduce_method_info.h54 Status InferTensorInfo() override;
89 Status InferTensorInfo() override;
Dgatherd_info.h52 Status InferTensorInfo() override; // the inputs of GatherD is [tensor, int, tensor]
Dgather_v2_info.h59 Status InferTensorInfo() override;
Dget_next_info.h48 …Status InferTensorInfo() override; // The GetNext() has not input, so need override the InferTens…
Dmatmul_info.h54 …Status InferTensorInfo() override; // the forward_reduce_scatter mode need to override this funct…
Dreshape_info.h78 Status InferTensorInfo() override;
Dgather_v2_p_info.h57 Status InferTensorInfo() override;
Dgatherd_info.cc112 Status GatherDInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::GatherDInfo
Dreduce_method_info.cc347 Status ReduceMethod::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::ReduceMethod
476 Status ArgMaxWithValueInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::ArgMaxWithValueInfo
Dget_next_info.cc71 Status GetNextInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::GetNextInfo
Dgather_v2_info.cc161 Status GatherInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::GatherInfo
Doperator_info.h200 virtual Status InferTensorInfo();
Dreshape_info.cc241 Status ReshapeInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::ReshapeInfo
Doperator_info.cc202 Status OperatorInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::OperatorInfo
765 if (InferTensorInfo() != SUCCESS) { in InitForCostModelWithAutoRepeatCalc()
813 if (InferTensorInfo() != SUCCESS) { in InitForCostModelWithManualRepeatCalc()
Dmatmul_info.cc343 Status MatMulBase::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::MatMulBase
Dgather_v2_p_info.cc563 Status GatherPInfo::InferTensorInfo() { in InferTensorInfo() function in mindspore::parallel::GatherPInfo