2021-10-20 16:06:45 +03:00
|
|
|
plugins {
|
|
|
|
id("ru.mipt.npm.gradle.jvm")
|
|
|
|
}
|
|
|
|
|
|
|
|
description = "Google tensorflow connector"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":kmath-tensors"))
|
|
|
|
api("org.tensorflow:tensorflow-core-api:0.3.3")
|
2021-11-10 20:04:29 +03:00
|
|
|
testImplementation("org.tensorflow:tensorflow-core-platform:0.3.3")
|
2021-10-20 16:06:45 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
readme {
|
|
|
|
maturity = ru.mipt.npm.gradle.Maturity.PROTOTYPE
|
|
|
|
}
|