Home
last modified time | relevance | path

Searched defs:dtensor (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_casts.cpp45 Tensor<double, 2> dtensor(20,30); in test_vectorized_cast() local
64 Tensor<double, 2> dtensor(20,30); in test_float_to_int_cast() local
81 Tensor<double, 2> dtensor(20, 30); in test_big_to_small_type_cast() local
98 Tensor<double, 2> dtensor(20, 30); in test_small_to_big_type_cast() local
/external/tensorflow/tensorflow/python/ops/
Dlist_ops.py236 def _TensorListStackGrad(unused_op, dtensor): argument
242 def _TensorListConcatGrad(op, dtensor, unused_dlengths): argument
328 def _TensorListGatherGrad(op, dtensor): argument