Searched defs:np_dtype (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_add_op_test.py | 53 def _randomTensor(self, size, np_dtype, sparse=True): argument
|
D | sparse_tensor_dense_matmul_op_test.py | 212 def _testLarge(self, np_dtype): argument
|
D | confusion_matrix_test.py | 81 def _testConfMatrixOnTensors(self, tf_dtype, np_dtype): argument
|
D | array_ops_test.py | 304 def _reverse1DimAuto(self, np_dtype): argument 315 def _reverse2DimAuto(self, np_dtype): argument 461 def _compareDiffType(self, n, np_dtype, use_gpu): argument
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | numpy_bridge.cc | 132 PyArray_Descr* np_dtype = PyArray_DescrFromType(np_typenum); in PyShapeInfoFromXlaShape() local
|