Searched defs:tftype (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/ir/types/ |
D | dialect.cc | 63 #define HANDLE_TF_TYPE(tftype, enumerant, name) tftype##Type, in initialize() argument 64 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type in initialize() argument 154 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in parseType() argument 156 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name) in parseType() argument 183 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in printType() argument 188 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name) \ in printType() argument 475 #define HANDLE_TF_TYPE(tftype, enumerant, name) in classof() argument 476 #define HANDLE_TF_REF_TYPE(tftype, enumerant, name) tftype##Type, in classof() argument 477 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type in classof() argument 522 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in get() argument [all …]
|
D | dialect.h | 109 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ argument 114 #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() argument 140 #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/ |
D | variable_ops_test.py | 48 def _initFetch(self, x, tftype, use_gpu=None): argument
|