Searched defs:CompilationCacheKeyProperty (Results 1 – 1 of 1) sorted by relevance
80 struct CompilationCacheKeyProperty { struct81 const char* config_prefix;82 const char* shapes_prefix;83 const char* function_name;84 uint64_t mlir_module_fingerprint;85 const int32_t* device_ids;86 size_t device_ids_size;87 int32_t guaranteed_constants_size;88 uint64_t function_library_fingerprint;89 int32_t num_cores_per_replica;[all …]