Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_casts.cpp44 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/
Dlist_ops.py193 def _TensorListStackGrad(unused_op, dtensor): argument
199 def _TensorListConcatGrad(op, dtensor, unused_dlengths): argument
285 def _TensorListGatherGrad(op, dtensor): argument