Searched defs:CompilationCacheKeyProperty (Results 1 – 1 of 1) sorted by relevance
64 struct CompilationCacheKeyProperty { struct65 const char* config_prefix;66 const char* shapes_prefix;67 const char* function_name;68 uint64_t mlir_module_fingerprint;69 const int32_t* device_ids;70 size_t device_ids_size;71 int32_t guaranteed_constants_size;72 uint64_t function_library_fingerprint;73 int32_t num_cores_per_replica;[all …]