Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py419 pyval = require_numpy_array_layout(pyval)
500 pyval = require_numpy_array_layout(pyval)
647 def require_numpy_array_layout(value): function
649 return tuple(require_numpy_array_layout(x) for x in value)
687 require_numpy_array_layout(value), device_ordinal)
971 value = require_numpy_array_layout(value)