Searched refs:PotrfBufferSize (Results 1 – 3 of 3) sorted by relevance
64 StatusOr<int64> PotrfBufferSize(PrimitiveType type, se::blas::UpperLower uplo,109 StatusOr<int64> PotrfBufferSize(PrimitiveType type, se::blas::UpperLower uplo,
139 StatusOr<int64> CusolverContext::PotrfBufferSize(PrimitiveType type, in PotrfBufferSize() function in xla::gpu::CusolverContext
69 TF_ASSIGN_OR_RETURN(workspace_size, context->PotrfBufferSize( in CreateCholesky()