This library would be used for improving tf.einsum's performance through contraction path optimization. PiperOrigin-RevId: 255342691
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
licenses(["notice"]) # MIT
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
py_library(
|
|
name = "opt_einsum",
|
|
visibility = ["//visibility:public"],
|
|
)
|