Home
last modified time | relevance | path

Searched defs:first_dim (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIO.h25 const Index first_dim = Eigen::internal::array_get<0>(tensor.dimensions()); in run() local
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc140 Status CalculateOutputSize(INDEX_TYPE first_dim, OpKernelContext* c, in CalculateOutputSize()
Dlist_kernels.h307 int64 first_dim = -1; in Compute() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix.cc275 const int64 first_dim = first_label - config.begin(); in EinsumDiagonalMask() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py1734 def _unflatten_first_dim(x, first_dim): argument
3607 def _stack_tensor_list_shape(shape, first_dim): argument