Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py76 def NumpyArrayF32(*args, **kwargs): function
154 c.Constant(NumpyArrayF32([2.5, 3.3, -1.2, 0.7])),
155 c.Constant(NumpyArrayF32([-1.2, 2, -2, -3])))
168 c.Constant(NumpyArrayF32([1.5, 2.5, 3.0, -10.8])),
181 c.Pow(c.Constant(NumpyArrayF32([1.5, 2.5, 3.0])), c.ConstantF32Scalar(2.))
224 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6]])),
225 c.Constant(NumpyArrayF32([[1, -1, 1], [-1, 1, -1]])))
258 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
259 c.Constant(NumpyArrayF32([10, 20, 30])),
280 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
[all …]