Searched defs:MakeInt (Results 1 – 3 of 3) sorted by relevance
25 func MakeInt(x int) Int { return MakeInt64(int64(x)) } func
404 void MakeInt() { in MakeInt() function
1094 static tensorflow::int64 MakeInt(PyObject* integer) { in MakeInt() function