Home
last modified time | relevance | path

Searched defs:output_layout (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dstand_alone_info.cc89 TensorLayout output_layout; in InferTensorInfo() local
Dreshape_info.h54 void SetOutputLayout(const TensorLayout &output_layout) { in SetOutputLayout()
Dgroup_norm_info.cc131 TensorLayout output_layout; in InferTensorInfo() local
Dweight_quant_batch_matmul_info.cc508 TensorLayout output_layout; in InferTensorLayout() local
531 TensorLayout output_layout = outputs_layout.at(kOutput); in InferTensorInfo() local
Dquant_batch_matmul_info.cc514 TensorLayout output_layout; in InferTensorLayout() local
530 TensorLayout output_layout = outputs_layout.at(kQbmmOutput); in InferTensorInfo() local
Dget_next_info.cc68 TensorLayout output_layout; in InferTensorLayout() local
Dgatherd_info.cc165 TensorLayout output_layout; in InferTensorInfo() local
Dreshape_info.cc826 int64_t ReshapeInfo::GetSWCIndexByOutputLayoutWithZeroComm(const TensorLayout &output_layout) { in GetSWCIndexByOutputLayoutWithZeroComm()
848 int64_t ReshapeInfo::GetSWCIndexByOutputLayoutWithMiniComm(const TensorLayout &output_layout) { in GetSWCIndexByOutputLayoutWithMiniComm()
Dmatmul_info.cc932 TensorLayout output_layout; in InferTensorLayout() local
958 TensorLayout output_layout = outputs_layout.at(0); in InferTensorInfo() local
Doperator_info.cc642 TensorLayout output_layout; in InferTensorInfo() local
1517 for (const auto &output_layout : out_tensor_layouts) { in InitWithTensorLayout() local
2254 StrategyPtr OperatorInfo::GetStrategyFromSWCByOutputLayout(const TensorLayout &output_layout, size_… in GetStrategyFromSWCByOutputLayout()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/auto_parallel/
Doperator_costmodel_test.cc167 TensorLayout input_layout, param_layout, output_layout; in TEST_F() local
/third_party/ffmpeg/libavfilter/
Daf_channelmap.c62 AVChannelLayout output_layout; member