Home
last modified time | relevance | path

Searched defs:DEFINE (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Preprocessor/
Dmacro_not_define.c6 #define DEFINE(a, b) H D a b macro
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_gpu.cu.cc37 #define DEFINE(O, I) template struct CastFunctor<GPUDevice, O, I> macro
Dreduction_ops_gpu_complex128.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_gpu_bool.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_gpu_complex64.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_half_mean_sum.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_gpu_double.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_half_prod_max_min.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_gpu_float.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dreduction_ops_gpu_int.cu.cc36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
Dsparse_tensor_dense_matmul_op_gpu.cu.cc141 #define DEFINE(T, Tindices) \ macro
/external/python/absl-py/absl/flags/
D__init__.py127 DEFINE = _defines.DEFINE variable
D_defines.py65 def DEFINE( # pylint: disable=invalid-name function
/external/llvm/unittests/Support/
DPath.cpp775 #define DEFINE(magic) \ in TEST_F() macro