Searched refs:NumpyArrayF64 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client_test.py | 81 def NumpyArrayF64(*args, **kwargs): function 161 c.Constant(NumpyArrayF64([2.5, 3.3, -1.2, 0.7])), 162 c.Constant(NumpyArrayF64([-1.2, 2, -2, -3]))) 175 c.Constant(NumpyArrayF64([1.5, 2.5, 3.0, -10.8])), 186 c.Pow(c.Constant(NumpyArrayF64([1.5, 2.5, 3.0])), c.ConstantF64Scalar(2.)) 249 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6]])), 250 c.Constant(NumpyArrayF64([[1, -1, 1], [-1, 1, -1]]))) 269 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6], [7, 8, 9]])), 270 c.Constant(NumpyArrayF64([10, 20, 30])), 291 c.Constant(NumpyArrayF64([[1, 2, 3], [4, 5, 6], [7, 8, 9]])), [all …]
|