Home
last modified time | relevance | path

Searched defs:MPIType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dring.cu.cc31 MPI_Datatype MPIType<float>() { in MPIType() function
35 MPI_Datatype MPIType<int>() { in MPIType() function
39 MPI_Datatype MPIType<long long>() { in MPIType() function
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dring.cu.cc31 MPI_Datatype MPIType<float>() { in MPIType() function
35 MPI_Datatype MPIType<int>() { in MPIType() function
39 MPI_Datatype MPIType<long long>() { in MPIType() function
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.h68 llvm::SmallVector<IdentifierInfo *, 32> MPIType; variable