Searched defs:GetBackwardComputationCost (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
| D | operator_costmodel.h | 455 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 490 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 803 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 881 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 915 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 948 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 981 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 1009 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 1039 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function 1098 …double GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<TensorInfo> &, in GetBackwardComputationCost() function [all …]
|
| D | operator_costmodel.cc | 148 double MatMulCost::GetBackwardComputationCost(const std::vector<TensorInfo> &inputs, const std::vec… in GetBackwardComputationCost() function in mindspore::parallel::MatMulCost 263 double BatchNormCost::GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector… in GetBackwardComputationCost() function in mindspore::parallel::BatchNormCost 316 double CastCost::GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<Tens… in GetBackwardComputationCost() function in mindspore::parallel::CastCost 387 double SoftmaxCost::GetBackwardComputationCost(const std::vector<mindspore::parallel::TensorInfo> &, in GetBackwardComputationCost() function in mindspore::parallel::SoftmaxCost 490 double TmpIdentityCost::GetBackwardComputationCost(const std::vector<mindspore::parallel::TensorInf… in GetBackwardComputationCost() function in mindspore::parallel::TmpIdentityCost 514 double BatchParallelCost::GetBackwardComputationCost(const std::vector<mindspore::parallel::TensorI… in GetBackwardComputationCost() function in mindspore::parallel::BatchParallelCost 622 double PReLUCost::GetBackwardComputationCost(const std::vector<mindspore::parallel::TensorInfo> &in… in GetBackwardComputationCost() function in mindspore::parallel::PReLUCost 686 double OneHotCost::GetBackwardComputationCost(const std::vector<TensorInfo> &, const std::vector<Te… in GetBackwardComputationCost() function in mindspore::parallel::OneHotCost 730 double SoftmaxCrossEntropyWithLogitsCost::GetBackwardComputationCost(const std::vector<TensorInfo> … in GetBackwardComputationCost() function in mindspore::parallel::SoftmaxCrossEntropyWithLogitsCost 801 double ReshapeCost::GetBackwardComputationCost(const std::vector<mindspore::parallel::TensorInfo> &, in GetBackwardComputationCost() function in mindspore::parallel::ReshapeCost [all …]
|