Searched refs:_to_tensor_or_tensor_spec (Results 1 – 1 of 1) sorted by relevance
314 args[i] = _to_tensor_or_tensor_spec(arg)323 kwargs[kw] = _to_tensor_or_tensor_spec(v)546 def _to_tensor_or_tensor_spec(x): function556 args = [_to_tensor_or_tensor_spec(x) for x in args]557 kwargs = {kw: _to_tensor_or_tensor_spec(x)