Home
last modified time | relevance | path

Searched defs:MakeInt64 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/starlark-go/starlark/
H A Dint.go28 func MakeInt64(x int64) Int { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dincrease_dynamism_for_auto_jit_pass.cc126 Output MakeInt64(const Scope& host_scope, absl::string_view name, in MakeInt64() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/constant/
Dvalue.go399 func MakeInt64(x int64) Value { return int64Val(x) } func