Searched defs:tftype (Results  1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/core/ir/types/ | 
| D | dialect.cc | 69 #define HANDLE_TF_TYPE(tftype, enumerant, name) tftype##Type,  in initialize()  argument70 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type  in initialize()  argument
 140 #define HANDLE_TF_TYPE(tftype, enumerant, name) \  in parseType()  argument
 142 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name)  in parseType()  argument
 165 #define HANDLE_TF_TYPE(tftype, enumerant, name)          \  in printType()  argument
 170 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name)   \  in printType()  argument
 536 #define HANDLE_TF_TYPE(tftype, enumerant, name)  in classof()  argument
 537 #define HANDLE_TF_REF_TYPE(tftype, enumerant, name) tftype##Type,  in classof()  argument
 538 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type  in classof()  argument
 583 #define HANDLE_TF_TYPE(tftype, enumerant, name)        \  in get()  argument
 [all …]
 
 | 
| D | dialect.h | 111 #define HANDLE_TF_TYPE(tftype, enumerant, name)                          \  argument116 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name)  argument
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ | 
| D | convert_type.cc | 81 #define HANDLE_TF_TYPE(tftype, enumerant, name)             \  in ConvertDataType()  argument140 #define HANDLE_TF_TYPE(tftype, enumerant, name)  \  in ConvertScalarTypeToDataType()  argument
 
 | 
| /external/tensorflow/tensorflow/core/ir/importexport/ | 
| D | convert_types.cc | 85 #define HANDLE_TF_TYPE(tftype, enumerant, name) \  in ConvertDataType()  argument148 #define HANDLE_TF_TYPE(tftype, enumerant, name) \  in ConvertScalarTypeToDataType()  argument
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ | 
| D | tf_types.h | 47 #define HANDLE_TF_TYPE(tftype, enumerant, name) \  argument
 | 
| /external/tensorflow/tensorflow/python/kernel_tests/variables/ | 
| D | variable_ops_test.py | 44   def _initFetch(self, x, tftype, use_gpu=None):  argument
 |