Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeterminant_op_gpu.cu.cc129 const int64 num_matrices = output.size(); in operator ()() local
131 CudaLaunchConfig config = GetCudaLaunchConfig(num_matrices, device); in operator ()()
152 const int64 num_matrices = sign.size(); in operator ()() local
154 CudaLaunchConfig config = GetCudaLaunchConfig(num_matrices, device); in operator ()()