Searched refs:parameter_json (Results 1 – 3 of 3) sorted by relevance
336 ParameterPtr AkgKernelJsonDecoder::DecodeParameter(const nlohmann::json ¶meter_json, in DecodeParameter() argument338 MS_LOG(DEBUG) << "start decode parameter, " << parameter_json; in DecodeParameter()340 std::string name = parameter_json[kJsonKeyTensorName]; in DecodeParameter()342 std::string format = parameter_json[kJsonKeyFormat]; in DecodeParameter()343 TypeId dtype = DtypeToTypeId(parameter_json[kJsonKeyDataType]); in DecodeParameter()344 …ShapeVector shape = AbstractShapeCreator::GetFakeAbstractShape(parameter_json[kJsonKeyShape], form… in DecodeParameter()
38 …ParameterPtr DecodeParameter(const nlohmann::json ¶meter_json, const FuncGraphPtr &func_graph);
211 parameter_json = []214 parameter_json.append({230 'paremeter': parameter_json,