Searched defs:DEFINE (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/Preprocessor/ |
D | macro_not_define.c | 6 #define DEFINE(a, b) H D a b macro
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cast_op_gpu.cu.cc | 37 #define DEFINE(O, I) template struct CastFunctor<GPUDevice, O, I> macro
|
D | reduction_ops_gpu_complex128.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_gpu_bool.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_gpu_complex64.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_half_mean_sum.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_gpu_double.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_half_prod_max_min.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_gpu_float.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | reduction_ops_gpu_int.cu.cc | 36 #define DEFINE(T, REDUCER, IN_DIMS, NUM_AXES) \ macro
|
D | sparse_tensor_dense_matmul_op_gpu.cu.cc | 141 #define DEFINE(T, Tindices) \ macro
|
/external/python/absl-py/absl/flags/ |
D | __init__.py | 127 DEFINE = _defines.DEFINE variable
|
D | _defines.py | 65 def DEFINE( # pylint: disable=invalid-name function
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 775 #define DEFINE(magic) \ in TEST_F() macro
|