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.py71 def NumpyArrayF32(*args, **kwargs): function
178 c.Constant(NumpyArrayF32([2.5, 3.3, -1.2, 0.7])),
179 c.Constant(NumpyArrayF32([-1.2, 2, -2, -3])))
192 c.Constant(NumpyArrayF32([1.5, 2.5, 3.0, -10.8])),
205 c.Pow(c.Constant(NumpyArrayF32([1.5, 2.5, 3.0])), c.ConstantF32Scalar(2.))
248 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6]])),
249 c.Constant(NumpyArrayF32([[1, -1, 1], [-1, 1, -1]])))
281 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
282 c.Constant(NumpyArrayF32([10, 20, 30])),
303 c.Constant(NumpyArrayF32([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
[all …]