Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc63 #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 …]
Ddialect.h109 #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/
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/compiler/mlir/tensorflow/ir/
Dtf_types.h47 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_ops_test.py48 def _initFetch(self, x, tftype, use_gpu=None): argument