Searched defs:padding_type (Results 1 – 12 of 12) sorted by relevance
34 auto padding_type = input_args[kInputIndex1]->GetType(); in InferType() local
72 auto padding_type = input_args[kInputIndex1]->GetType(); in PadV3GradInferShape() local
72 auto padding_type = inputs[kIndexPaddingValue]->dtype_id(); in Resize() local
214 auto padding_type = input_args[kInputIndex1]->GetType(); in PadV3InferShape() local
230 const std::string &padding_type() const { return padding_type_; } in padding_type() function231 void set_padding_type(const std::string &padding_type) { padding_type_ = padding_type; } in set_padding_type()
208 const auto &padding_type = (device_context->GetDeviceType() == device::DeviceType::kAscend in Compile() local
864 lame_set_padding_type(lame_global_flags * gfp, Padding_type padding_type) in lame_set_padding_type()