Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dincrease_dynamism_for_auto_jit_pass.cc126 Output MakeInt64(const Scope& host_scope, absl::string_view name, in MakeInt64() function
138 result.begin = MakeInt64(host_scope, "begin", slice_inputs.begin); in MakeSliceIndexAndSizeInt64()
139 result.size = MakeInt64(host_scope, "size", slice_inputs.size); in MakeSliceIndexAndSizeInt64()