Home
last modified time | relevance | path

Searched defs:numpy_reshaper (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_literal.py52 numpy_reshaper = lambda arr: arr.reshape(numpy_shape, order='F') function
54 numpy_reshaper = lambda arr: arr.reshape(numpy_shape, order='C') function