Searched defs:MakeInt (Results 1 – 4 of 4) sorted by relevance
42 static std::unique_ptr<Literal> MakeInt(const Context& context, int line, SKSL_INT value) { in MakeInt() function47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() function
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