Searched refs:kCceKernelMeta (Results 1 – 4 of 4) sorted by relevance
46 constexpr auto kCceKernelMeta = "kernel_meta/"; variable200 std::string path = config_path + kCceKernelMeta + json_name + kInfoSuffix; in SaveJsonInfo()223 auto path = config_path + kCceKernelMeta; in LoadCache()395 std::string path = config_path + kCceKernelMeta + json_name + kJsonSuffix; in GetCompileInfo()421 std::string path = config_path + kCceKernelMeta + json_name + kJsonSuffix; in SaveCompileInfo()510 : (config_path + kCceKernelMeta + kernel_name + kJsonSuffix); in GetKernelPack()
36 constexpr auto kCceKernelMeta = "./kernel_meta/"; variable85 …st std::string &json_name, const std::string &info, const std::string &base_path = kCceKernelMeta);
240 kernel_json = kCceKernelMeta; in InsertCache()
121 (void)bin_map->ReadIndex(kernel::kCceKernelMeta); in KernelBuildParallelCompile()