Home
last modified time | relevance | path

Searched defs:index_dtype (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dreduce_ops_test.py42 index_dtype, argument
96 def testReduceSumF32(self, index_dtype): argument
100 def testReduceSumC64(self, index_dtype): argument
104 def testReduceProdF32(self, index_dtype): argument
108 def testReduceProdC64(self, index_dtype): argument
112 def testReduceMin(self, index_dtype): argument
129 def testReduceMax(self, index_dtype): argument
147 def testReduceMeanF32(self, index_dtype): argument
153 def testReduceMeanF16(self, index_dtype): argument
158 def testReduceMeanC64(self, index_dtype): argument
[all …]
Dreshape_op_test.py34 def testBasic(self, index_dtype): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_add_op_test.py39 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
Dcwise_ops_unary_test.py43 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
Dshape_ops_test.py39 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
Dsparse_ops_test.py41 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
Dcwise_ops_binary_test.py48 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
Dcwise_ops_test.py58 def _sparsify(x, thresh=0.5, index_dtype=np.int64): argument
/external/tensorflow/tensorflow/core/kernels/
Dragged_gather_op_test.cc38 const auto& index_dtype = DataTypeToEnum<INDEX_TYPE>::v(); in BuildRaggedGatherGraph() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py225 def setdiff1d(x, y, index_dtype=dtypes.int32, name=None): argument