Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_outside_compilation_test.py77 def computation_with_string_ops(x): function
531 return tpu.outside_compilation(computation_with_string_ops, x)
546 return computation_with_string_ops(x)
744 fn1 = lambda: computation_with_string_ops(a * 100)
745 fn2 = lambda: computation_with_string_ops(a)