Home
last modified time | relevance | path

Searched refs:out_format_ (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Dreduce_tensorrt.cc59 out_format_ = tensorrt_in_tensors_[0].format_; in AddInnerOp()
61 MS_LOG(DEBUG) << "origin input " << GetTensorFormat(shuffler_input, out_format_); in AddInnerOp()
73 out_format_ = Format::NHWC; in AddInnerOp()
96 MS_LOG(DEBUG) << "after transpose and expand dims " << GetTensorFormat(reduce_input, out_format_); in AddInnerOp()
124 this->AddInnerOutTensors(ITensorHelper{out_tensor, out_format_}); in AddInnerOp()
125 MS_LOG(DEBUG) << "output " << GetTensorFormat(out_tensor, out_format_); in AddInnerOp()
Dshuffle_tensorrt.cc87 out_format_ = Format::NHWC; in AddInnerOp()
95 out_format_ = Format::NCHW; in AddInnerOp()
101 out_format_ = tensorrt_in_tensors_[0].format_; in AddInnerOp()
103 MS_LOG(DEBUG) << "after transpose " << GetTensorFormat(shuffler_input, out_format_); in AddInnerOp()
149 MS_LOG(DEBUG) << "output " << GetTensorFormat(out_tensor, out_format_); in AddInnerOp()
150 this->AddInnerOutTensors(ITensorHelper{out_tensor, out_format_}); in AddInnerOp()
236 out_format_ = Format::NCHW; in AddTransposeOp()
238 out_format_ = Format::NHWC; in AddTransposeOp()
Dscale_tensorrt.cc64 out_format_ = tensorrt_in_tensors_[0].format_; in AddInnerOp()
65 …DEBUG) << "before transpose " << GetTensorFormat(tensorrt_in_tensors_[0].trt_tensor_, out_format_); in AddInnerOp()
73 MS_LOG(DEBUG) << "after transpose " << GetTensorFormat(scale_in_tensor, out_format_); in AddInnerOp()
132 this->AddInnerOutTensors(ITensorHelper{op_out_tensor, out_format_}); in AddInnerOp()
133 MS_LOG(DEBUG) << "output " << GetTensorFormat(op_out_tensor, out_format_); in AddInnerOp()
157 out_format_ = Format::NCHW; in PreProcessInputTensor()
168 out_format_ = Format::NHWC; in PreProcessInputTensor()
Dshuffle_tensorrt.h45 Format out_format_ = Format::NHWC; variable
Dscale_tensorrt.h47 Format out_format_; variable
Dreduce_tensorrt.h48 Format out_format_; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dconv_parameter.h57 int out_format_; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_winograd_fp32.c89 if (conv_param->out_format_ != NNACL_NC4HW4) { // nc4hw4 in ConvWinogardFp32()
Dconv_common_fp32.c380 int write_mode = conv_param->out_format_; in ConvSWFp32()
Dconv_depthwise_fp32.c126 if (conv_param->out_format_ == NNACL_NC4HW4) { in InitSlidingParam()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_winograd_fp32.cc139 conv_param_->out_format_ = out_tensors_[0]->format(); in ReSize()
Dconvolution_slidewindow_fp32.cc61 conv_param_->out_format_ = out_tensors_[0]->format(); in Init()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dconvolution_winograd_fp16.cc205 conv_param_->out_format_ = out_tensors_[0]->format(); in ReSize()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_fp16.c247 if (conv_param->out_format_ != NNACL_NC4HW4) { // nc4hw4 in ConvWinogardFp16()