Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dxla_call_module_test.py62 return xla.call_module([x], module=module, Tout=[x.dtype], Sout=[x.shape])
81 return xla.call_module([x, y],
102 return xla.call_module([x],
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py566 def call_module(args, *, module, Tout, Sout, dim_args_spec=()): function