Searched defs:dtensor (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_casts.cpp | 44 Tensor<double, 2> dtensor(20,30); in test_vectorized_cast() local 63 Tensor<double, 2> dtensor(20,30); in test_float_to_int_cast() local 80 Tensor<double, 2> dtensor(20, 30); in test_big_to_small_type_cast() local 97 Tensor<double, 2> dtensor(20, 30); in test_small_to_big_type_cast() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 193 def _TensorListStackGrad(unused_op, dtensor): argument 199 def _TensorListConcatGrad(op, dtensor, unused_dlengths): argument 285 def _TensorListGatherGrad(op, dtensor): argument
|