Become a member
Sign in
徐灿
徐灿

徐灿

35 Following
1 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by 徐灿

See more

From Kotlin and Retrofit 2: Tutorial with working codes by Elye

object Model {
data class Result(val query: Query)
data class Query(val searchinfo: SearchInfo)
data class SearchInfo(val to…

From TensorFlow: How to optimise your input pipeline with queues and multi-threading by Morgan

One common cause of poor performance is underutilizing GPUs, or essentially “starving” them of data by not setting up an efficient pipeline. (…) Unless for a special circumsta…

Claps from 徐灿

See more

Kotlin data classes and Gson

Bob Dahlberg

How to decrease your Gradle build time by 65%?

Keval Patel