Home
last modified time | relevance | path

Searched refs:permutation_indices_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_ordering_amd_op.cc87 TensorShape permutation_indices_shape = in Compute()
90 permutation_indices_shape); in Compute()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dlu_op_gpu.cu.cc107 TensorShape permutation_indices_shape = batch_shape; in ComputeAsync() local
108 permutation_indices_shape.AddDim(num_rows); in ComputeAsync()
138 context->allocate_output(1, permutation_indices_shape, in ComputeAsync()