kmath/kmath-tensorflow
2024-05-08 21:59:49 +03:00
..
src Make ShapeND a usual non-value class. Implement its equals and hashCode methods. Deprecate contentEquals and contentHashCode. 2024-05-08 21:59:49 +03:00
build.gradle.kts Kotlin 1.7.20-Beta 2022-07-29 15:58:02 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-tensorflow

Google tensorflow connector

Usage

Artifact:

The Maven coordinates of this project are space.kscience:kmath-tensorflow:0.4.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:kmath-tensorflow:0.4.0")
}