Home
last modified time | relevance | path

Searched defs:tftype (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc69 #define HANDLE_TF_TYPE(tftype, enumerant, name) tftype##Type, in initialize() argument
70 #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 …]
Ddialect.h111 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ argument
116 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name) argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.cc81 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in ConvertDataType() argument
140 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in ConvertScalarTypeToDataType() argument
/external/tensorflow/tensorflow/core/ir/importexport/
Dconvert_types.cc85 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in ConvertDataType() argument
148 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in ConvertScalarTypeToDataType() argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h47 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ argument
/external/tensorflow/tensorflow/python/kernel_tests/variables/
Dvariable_ops_test.py44 def _initFetch(self, x, tftype, use_gpu=None): argument