Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py76 def NumpyArrayF64(*args, **kwargs): function
185 c.Constant(NumpyArrayF64([2.5, 3.3, -1.2, 0.7])),
186 c.Constant(NumpyArrayF64([-1.2, 2, -2, -3])))
199 c.Constant(NumpyArrayF64([1.5, 2.5, 3.0, -10.8])),
210 c.Pow(c.Constant(NumpyArrayF64([1.5, 2.5, 3.0])), c.ConstantF64Scalar(2.))
272 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6]])),
273 c.Constant(NumpyArrayF64([[1, -1, 1], [-1, 1, -1]])))
292 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
293 c.Constant(NumpyArrayF64([10, 20, 30])),
314 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6], [7, 8, 9]])),
[all …]