repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
LRMI-main/unsupported/Eigen/src/NonLinearOptimization/lmpar.h
namespace Eigen { namespace internal { template <typename Scalar> void lmpar( Matrix< Scalar, Dynamic, Dynamic > &r, const VectorXi &ipvt, const Matrix< Scalar, Dynamic, 1 > &diag, const Matrix< Scalar, Dynamic, 1 > &qtb, Scalar delta, Scalar &par, Matrix< Sc...
9,111
29.474916
109
h
null
LRMI-main/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
namespace Eigen { namespace internal { // TODO : once qrsolv2 is removed, use ColPivHouseholderQR or PermutationMatrix instead of ipvt template <typename Scalar> void qrsolv( Matrix< Scalar, Dynamic, Dynamic > &s, // TODO : use a PermutationMatrix once lmpar is no more: const VectorXi &ipvt, ...
3,264
34.48913
108
h
null
LRMI-main/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
namespace Eigen { namespace internal { template <typename Scalar> void r1updt( Matrix< Scalar, Dynamic, Dynamic > &s, const Matrix< Scalar, Dynamic, 1> &u, std::vector<JacobiRotation<Scalar> > &v_givens, std::vector<JacobiRotation<Scalar> > &w_givens, Matrix< Scalar, Dynamic, ...
3,083
29.84
80
h
null
LRMI-main/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h
namespace Eigen { namespace internal { template <typename Scalar> void rwupdt( Matrix< Scalar, Dynamic, Dynamic > &r, const Matrix< Scalar, Dynamic, 1> &w, Matrix< Scalar, Dynamic, 1> &b, Scalar alpha) { typedef DenseIndex Index; const Index n = r.cols(); eigen_assert(...
1,362
26.26
74
h
null
LRMI-main/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h
// -*- coding: utf-8 // vim: set fileencoding=utf-8 // This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the M...
4,020
29.694656
99
h
null
LRMI-main/unsupported/Eigen/src/Polynomials/Companion.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Manuel Yguel <manuel.yguel@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
8,076
27.743772
102
h
null
LRMI-main/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Manuel Yguel <manuel.yguel@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
15,683
35.559441
124
h
null
LRMI-main/unsupported/Eigen/src/Polynomials/PolynomialUtils.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010 Manuel Yguel <manuel.yguel@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain ...
4,806
32.381944
96
h
null
LRMI-main/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Guillaume Saupin <guillaume.saupin@cea.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
11,365
31.1983
126
h
null
LRMI-main/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
7,837
35.798122
107
h
null
LRMI-main/unsupported/Eigen/src/Skyline/SkylineProduct.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
10,853
35.668919
125
h
null
LRMI-main/unsupported/Eigen/src/Skyline/SkylineUtil.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Guillaume Saupin <guillaume.saupin@cea.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
3,153
34.044444
125
h
null
LRMI-main/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
4,260
33.642276
120
h
null
LRMI-main/unsupported/Eigen/src/SparseExtra/MarketIO.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2011 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2012 Desire NUENTSA WAKAM <desire.nuentsa_wakam@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. ...
8,416
28.742049
121
h
null
LRMI-main/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Desire NUENTSA WAKAM <desire.nuentsa_wakam@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file,...
7,568
29.520161
127
h
null
LRMI-main/unsupported/Eigen/src/SparseExtra/RandomSetter.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
12,423
34.497143
130
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
10,015
33.898955
83
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef EIGEN_BESSELFUNCTI...
2,724
38.492754
92
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com> // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of t...
12,641
34.312849
88
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef EIGEN_BESSELFUNCTI...
2,544
36.985075
84
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
4,006
32.672269
75
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h
#ifndef HIP_VECTOR_COMPATIBILITY_H #define HIP_VECTOR_COMPATIBILITY_H namespace hip_impl { template <typename, typename, unsigned int> struct Scalar_accessor; } // end namespace hip_impl namespace Eigen { namespace internal { #define HIP_SCALAR_ACCESSOR_BUILDER(NAME) \ template <typename T, typename U, unsigned ...
2,489
35.617647
81
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can ob...
3,713
45.425
117
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h
#ifndef EIGEN_AVX_BESSELFUNCTIONS_H #define EIGEN_AVX_BESSELFUNCTIONS_H namespace Eigen { namespace internal { F16_PACKET_FUNCTION(Packet8f, Packet8h, pbessel_i0) BF16_PACKET_FUNCTION(Packet8f, Packet8bf, pbessel_i0) F16_PACKET_FUNCTION(Packet8f, Packet8h, pbessel_i0e) BF16_PACKET_FUNCTION(Packet8f, Packet8bf, pbess...
1,492
30.765957
54
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h
#ifndef EIGEN_AVX512_BESSELFUNCTIONS_H #define EIGEN_AVX512_BESSELFUNCTIONS_H namespace Eigen { namespace internal { F16_PACKET_FUNCTION(Packet16f, Packet16h, pbessel_i0) BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i0) F16_PACKET_FUNCTION(Packet16f, Packet16h, pbessel_i0e) BF16_PACKET_FUNCTION(Packet16f, Pac...
1,549
31.978723
56
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
10,864
28.364865
107
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h
#ifndef EIGEN_NEON_BESSELFUNCTIONS_H #define EIGEN_NEON_BESSELFUNCTIONS_H namespace Eigen { namespace internal { #if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC #define NEON_HALF_TO_FLOAT_FUNCTIONS(METHOD) \ template <> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE \ Packet8hf MET...
2,258
40.072727
73
h
null
LRMI-main/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h
#ifndef EIGEN_NEON_SPECIALFUNCTIONS_H #define EIGEN_NEON_SPECIALFUNCTIONS_H namespace Eigen { namespace internal { #if EIGEN_HAS_ARM64_FP16_VECTOR_ARITHMETIC #define NEON_HALF_TO_FLOAT_FUNCTIONS(METHOD) \ template <> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE \ Packet8hf M...
1,283
35.685714
73
h
zpdgen
zpdgen-master/ctest.c
#include <complex.h> #include <stdio.h> #include <stdlib.h> #include "gpdf.h" int main(int argc, char *argv[]){ unsigned long int t,tc; complex res; int lx,ly,l; int n,m; complex *F; complex *za,om; complex za_min, za_max, dza; int numx,numy; char buf[50]; int nms[]={1,0,1,2,3,0}; za_min=-6.0-6.0i...
873
22
53
c
zpdgen
zpdgen-master/gpdf_inmzpd.c
#include <stdio.h> #include <stdlib.h> #include <complex.h> #include "gpdf.h" extern void inmzpd_(double*, double*, double*,double *, int*, int*, double*, double*, int*); extern void epszpd_(double*, double*, double*, double*, double*, int*); complex gpdf_inm(complex za, double zb, double bi, int n, int m){ complex...
1,183
24.73913
92
c
null
fairseq-main/examples/operators/utils.h
/** * Copyright 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <torch/extension.h> // @manual=//caffe2:torch_extension #define CHECK_CUDA(x) \ TORCH_CHECK(x....
528
25.45
64
h
null
fairseq-main/fairseq/clib/libnat_cuda/edit_dist.h
/** * Copyright 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <torch/extension.h> torch::Tensor LevenshteinDistanceCuda( torch::Tensor source, torch::...
627
23.153846
67
h
libgp
libgp-master/include/cov.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_H__ #define __COV_H__ #include <iostream> #include <vector> #include <Eigen/Dense> namespace libgp { /** Covariance function base class. * @auth...
3,454
30.126126
105
h
libgp
libgp-master/include/cov_factory.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_FACTORY_H__ #define __COV_FACTORY_H__ #include <iostream> #include <sstream> #include <vector> #include <map> #include "cov.h" namespace libgp { t...
1,195
24.446809
79
h
libgp
libgp-master/include/cov_linear_ard.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_LINEAR_ARD_H__ #define __COV_LINEAR_ARD_H__ #include "cov.h" namespace libgp { /** Linear covariance function with automatic relevance detection. ...
885
24.314286
91
h
libgp
libgp-master/include/cov_linear_one.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_LINEAR_ONE__ #define __COV_LINEAR_ONE__ #include "cov.h" namespace libgp { /** Linear covariance function. * Parameter: \f$\theta^2\f$ * @i...
823
22.542857
91
h
libgp
libgp-master/include/cov_matern3_iso.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_MATERN3_ISO_H__ #define __COV_MATERN3_ISO_H__ #include "cov.h" namespace libgp { /** Matern covariance function with \f$\nu = \frac{3}{2}\f$ and isotr...
934
24.972222
93
h
libgp
libgp-master/include/cov_matern5_iso.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_MATERN5_ISO_H__ #define __COV_MATERN5_ISO_H__ #include "cov.h" namespace libgp { /** Matern covariance function with \f$\nu = \frac{5}{2}\f$ and isotr...
933
24.944444
93
h
libgp
libgp-master/include/cov_noise.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_NOISE_H__ #define __COV_NOISE_H__ #include "cov.h" namespace libgp { /** Independent covariance function (white noise). * Parameters: signal n...
922
23.945946
91
h
libgp
libgp-master/include/cov_periodic.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_PERIODIC_H__ #define __COV_PERIODIC_H__ #include "cov.h" namespace libgp { class CovPeriodic : public CovarianceFunction { public: CovPeriodic...
699
21.580645
91
h
libgp
libgp-master/include/cov_periodic_matern3_iso.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_PERIODIC_MATERN3_ISO_H__ #define __COV_PERIODIC_MATERN3_ISO_H__ #include "cov.h" namespace libgp { class CovPeriodicMatern3iso : public CovarianceFunc...
771
23.125
91
h
libgp
libgp-master/include/cov_prod.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_PROD_H__ #define __COV_PROD_H__ #include "cov.h" namespace libgp { /** Sums of covariance functions. * @author Manuel Blum * @ingroup cov_gro...
924
25.428571
91
h
libgp
libgp-master/include/cov_rq_iso.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_RQ_ISO_H__ #define __COV_RQ_ISO_H__ #include "cov.h" namespace libgp { /** Isotropic rational quadratic covariance function. * Parameters: \f$l^2,...
874
23.305556
91
h
libgp
libgp-master/include/cov_se_ard.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_SE_ARD_H__ #define __COV_SE_ARD_H__ #include "cov.h" namespace libgp { /** Squared exponential covariance function with automatic relevance detecti...
1,256
28.928571
91
h
libgp
libgp-master/include/cov_se_iso.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_SE_ISO_H__ #define __COV_SE_ISO_H__ #include "cov.h" namespace libgp { /** Squared exponential covariance function with isotropic distance measure....
1,240
29.268293
91
h
libgp
libgp-master/include/cov_sum.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_SUM_H__ #define __COV_SUM_H__ #include "cov.h" namespace libgp { /** Sums of covariance functions. * @author Manuel Blum * @ingroup cov_group...
918
25.257143
91
h
libgp
libgp-master/include/gp.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. /*! * * \page licence Licensing * * libgp - Gaussian process library for Machine Learning * * \verbinclude "../COPYING" */ #ifndef __GP_H__ #d...
3,070
23.373016
79
h
libgp
libgp-master/include/gp_sparse.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2011, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __GP_SPARSE_H__ #define __GP_SPARSE_H__ #include <Eigen/Sparse> #include <Eigen/SparseCholesky> #include "gp.h" namespace libgp { /** Sparse Gaussian pr...
876
22.702703
111
h
libgp
libgp-master/include/gp_utils.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __GP_UTILS_H__ #define __GP_UTILS_H__ #include <cstdlib> #include <cmath> #include <cassert> namespace libgp { /** Various auxiliary functions. */ clas...
1,825
28.934426
84
h
libgp
libgp-master/include/input_dim_filter.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __COV_INPUT_DIM_FILTER__ #define __COV_INPUT_DIM_FILTER__ #include "cov.h" namespace libgp { /** Linear covariance function. * @ingroup cov_group ...
888
24.4
91
h
libgp
libgp-master/include/sampleset.h
// libgp - Gaussian process library for Machine Learning // Copyright (c) 2013, Manuel Blum <mblum@informatik.uni-freiburg.de> // All rights reserved. #ifndef __SAMPLESET_H__ #define __SAMPLESET_H__ #include <Eigen/Dense> #include <vector> namespace libgp { /** Container holding training patterns. * @author...
1,643
21.520548
69
h
sent2vec
sent2vec-master/src/dictionary.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
3,477
30.618182
121
h
sent2vec
sent2vec-master/src/fasttext.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
3,746
30.225
111
h
sent2vec
sent2vec-master/src/matrix.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
1,274
20.982759
82
h
sent2vec
sent2vec-master/src/model.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
3,124
26.654867
86
h
sent2vec
sent2vec-master/src/productquantizer.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
1,809
25.617647
78
h
sent2vec
sent2vec-master/src/shmem_matrix.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
900
22.102564
91
h
sent2vec
sent2vec-master/src/vector.h
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #ifndef FA...
1,135
20.037037
78
h
null
Detectron-main/detectron/ops/zero_even_op.h
/** * Copyright (c) 2016-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,395
28.702128
75
h
tensor2tensor
tensor2tensor-master/tensor2tensor/data_generators/ops/subword_text_encoder.h
#ifndef TENSOR2TESNOR_DATA_GENERATORS_OPS_SUBWORD_TEXT_ENCODER_H_ #define TENSOR2TESNOR_DATA_GENERATORS_OPS_SUBWORD_TEXT_ENCODER_H_ #include "third_party/absl/container/flat_hash_map.h" #include "third_party/absl/container/flat_hash_set.h" #include "third_party/absl/strings/string_view.h" #include "third_party/icu/inc...
1,668
36.088889
105
h
cugraph-branch-23.08/cpp/include/cugraph_c/algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/algorithms.h
/* * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
1,091
27.736842
75
h
cugraph-branch-23.08/cpp/include/cugraph_c/array.h
cugraph-branch-23.08/cpp/include/cugraph_c/array.h
/* * Copyright (c) 2021-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
12,744
36.931548
100
h
cugraph-branch-23.08/cpp/include/cugraph_c/community_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/community_algorithms.h
/* * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
18,223
43.666667
100
h
cugraph-branch-23.08/cpp/include/cugraph_c/core_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/core_algorithms.h
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
6,472
35.162011
97
h
cugraph-branch-23.08/cpp/include/cugraph_c/error.h
cugraph-branch-23.08/cpp/include/cugraph_c/error.h
/* * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
1,466
24.736842
76
h
cugraph-branch-23.08/cpp/include/cugraph_c/graph.h
cugraph-branch-23.08/cpp/include/cugraph_c/graph.h
/* * Copyright (c) 2021-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
12,328
45.524528
98
h
cugraph-branch-23.08/cpp/include/cugraph_c/graph_functions.h
cugraph-branch-23.08/cpp/include/cugraph_c/graph_functions.h
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
6,867
35.147368
98
h
cugraph-branch-23.08/cpp/include/cugraph_c/graph_generators.h
cugraph-branch-23.08/cpp/include/cugraph_c/graph_generators.h
/* * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
11,160
42.092664
100
h
cugraph-branch-23.08/cpp/include/cugraph_c/labeling_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/labeling_algorithms.h
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,096
35.90991
99
h
cugraph-branch-23.08/cpp/include/cugraph_c/random.h
cugraph-branch-23.08/cpp/include/cugraph_c/random.h
/* * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
1,738
31.203704
90
h
cugraph-branch-23.08/cpp/include/cugraph_c/resource_handle.h
cugraph-branch-23.08/cpp/include/cugraph_c/resource_handle.h
/* * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
2,346
27.621951
97
h
cugraph-branch-23.08/cpp/include/cugraph_c/sampling_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/sampling_algorithms.h
/* * Copyright (c) 2021-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
18,375
42.752381
100
h
cugraph-branch-23.08/cpp/include/cugraph_c/similarity_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/similarity_algorithms.h
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
5,757
41.338235
96
h
cugraph-branch-23.08/cpp/include/cugraph_c/traversal_algorithms.h
cugraph-branch-23.08/cpp/include/cugraph_c/traversal_algorithms.h
/* * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
8,105
37.056338
100
h
cugraph-branch-23.08/cpp/src/components/legacy/utils.h
cugraph-branch-23.08/cpp/src/components/legacy/utils.h
/* * Copyright (c) 2019-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
5,979
27.888889
98
h
cugraph-branch-23.08/cpp/tests/c_api/betweenness_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/betweenness_centrality_test.c
/* * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
13,679
44.448505
100
c
cugraph-branch-23.08/cpp/tests/c_api/bfs_test.c
cugraph-branch-23.08/cpp/tests/c_api/bfs_test.c
/* * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
8,806
36.636752
100
c
cugraph-branch-23.08/cpp/tests/c_api/c_test_utils.h
cugraph-branch-23.08/cpp/tests/c_api/c_test_utils.h
/* * Copyright (c) 2021-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
4,111
37.429907
86
h
cugraph-branch-23.08/cpp/tests/c_api/core_number_test.c
cugraph-branch-23.08/cpp/tests/c_api/core_number_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,075
35.392857
105
c
cugraph-branch-23.08/cpp/tests/c_api/edge_betweenness_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/edge_betweenness_centrality_test.c
/* * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
6,846
38.578035
117
c
cugraph-branch-23.08/cpp/tests/c_api/eigenvector_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/eigenvector_centrality_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,460
36.175
100
c
cugraph-branch-23.08/cpp/tests/c_api/extract_paths_test.c
cugraph-branch-23.08/cpp/tests/c_api/extract_paths_test.c
/* * Copyright (c) 2021-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
8,529
41.227723
100
c
cugraph-branch-23.08/cpp/tests/c_api/generate_rmat_test.c
cugraph-branch-23.08/cpp/tests/c_api/generate_rmat_test.c
/* * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
7,824
36.620192
134
c
cugraph-branch-23.08/cpp/tests/c_api/hits_test.c
cugraph-branch-23.08/cpp/tests/c_api/hits_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
17,633
42.326781
103
c
cugraph-branch-23.08/cpp/tests/c_api/induced_subgraph_test.c
cugraph-branch-23.08/cpp/tests/c_api/induced_subgraph_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
8,557
42.663265
98
c
cugraph-branch-23.08/cpp/tests/c_api/katz_test.c
cugraph-branch-23.08/cpp/tests/c_api/katz_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,927
34.2
100
c
cugraph-branch-23.08/cpp/tests/c_api/legacy_ecg_test.c
cugraph-branch-23.08/cpp/tests/c_api/legacy_ecg_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,428
33.601563
100
c
cugraph-branch-23.08/cpp/tests/c_api/leiden_test.c
cugraph-branch-23.08/cpp/tests/c_api/leiden_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
6,917
35.603175
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_betweenness_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_betweenness_centrality_test.c
/* * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
18,981
45.753695
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_bfs_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_bfs_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
5,775
36.264516
96
c
cugraph-branch-23.08/cpp/tests/c_api/mg_core_number_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_core_number_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,294
35.398305
96
c
cugraph-branch-23.08/cpp/tests/c_api/mg_create_graph_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_create_graph_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,984
34.607143
93
c
cugraph-branch-23.08/cpp/tests/c_api/mg_edge_betweenness_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_edge_betweenness_centrality_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
6,935
38.634286
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_egonet_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_egonet_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
9,369
37.089431
106
c
cugraph-branch-23.08/cpp/tests/c_api/mg_eigenvector_centrality_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_eigenvector_centrality_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
4,793
36.748031
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_generate_rmat_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_generate_rmat_test.c
/* * Copyright (c) 2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
22,185
51.949881
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_hits_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_hits_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
18,899
42.953488
100
c
cugraph-branch-23.08/cpp/tests/c_api/mg_induced_subgraph_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_induced_subgraph_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
9,133
42.2891
95
c
cugraph-branch-23.08/cpp/tests/c_api/mg_k_core_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_k_core_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
6,226
37.202454
97
c
cugraph-branch-23.08/cpp/tests/c_api/mg_katz_test.c
cugraph-branch-23.08/cpp/tests/c_api/mg_katz_test.c
/* * Copyright (c) 2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
5,309
34.878378
94
c