Searched refs:GetAndCheckFormat (Results 1 – 7 of 7) sorted by relevance
47 int64_t format = CheckAndConvertUtils::GetAndCheckFormat(primitive->GetAttr("format")); in InferShape()
138 auto format = CheckAndConvertUtils::GetAndCheckFormat(primitive->GetAttr(kFormat)); in Conv2DBackpropInputInferShape()
32 int64_t GetAndCheckFormat(const ValuePtr &value) { in GetAndCheckFormat() function153 int64_t data_format = GetAndCheckFormat(data_format_ptr); in InferImplBatchNorm()267 int64_t data_format = GetAndCheckFormat(primitive->GetAttr("format")); in InferImplConv2D()362 data_format = GetAndCheckFormat(data_format_ptr); in InferImplBiasAdd()
55 data_format = CheckAndConvertUtils::GetAndCheckFormat(data_format_ptr); in InferShape()
175 int64_t data_format = CheckAndConvertUtils::GetAndCheckFormat(primitive->GetAttr("format")); in Conv2dInferShape()
312 static int64_t GetAndCheckFormat(const ValuePtr &value);
741 int64_t CheckAndConvertUtils::GetAndCheckFormat(const ValuePtr &value) { in GetAndCheckFormat() function in mindspore::CheckAndConvertUtils