Skip to content
Snippets Groups Projects
Select Git revision
  • c4a6b6345f699782f11611400a024f1f9e36a7db
  • main default protected
  • dev protected
  • hotfixes-oct-2022
  • refactor/avatar-cell
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1
  • 1.0.8
  • 1.0.7
  • 1.0.6
12 results

Client.swift

Blame
  • graphgen_test.go 175 B
    package conf
    
    import "runtime"
    
    var ExpectedGraphGen = GraphGen{
    	minInputSize:    4,
    	defaultNumTh:    uint8(runtime.NumCPU()),
    	outputSize:      4,
    	outputThreshold: 0.0,
    }