Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc92 #define HANDLE_TF_TYPE(tftype, enumerant, name) in classof() argument
93 #define HANDLE_TF_REF_TYPE(tftype, enumerant, name) tftype##Type, in classof() argument
94 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type in classof() argument
142 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in get() argument
146 #define HANDLE_TF_REF_TYPE(tftype, enumerant, name) in get() argument
175 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in RemoveRef() argument
178 #define HANDLE_TF_REF_TYPE(tftype, enumerant, name) in RemoveRef() argument
Dtf_ops.cc221 #define HANDLE_TF_TYPE(tftype, enumerant, name) tftype##Type, in TensorFlowDialect() argument
222 #define HANDLE_LAST_TF_TYPE(tftype, enumerant, name) tftype##Type in TensorFlowDialect() argument
360 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in parseType() argument
364 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name) in parseType() argument
376 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ in printType() argument
381 #define HANDLE_CUSTOM_TF_TYPE(tftype, enumerant, name) \ in printType() argument
Dtf_types.h154 #define HANDLE_TF_TYPE(tftype, enumerant, name) \ argument
161 #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/python/kernel_tests/
Dvariable_ops_test.py48 def _initFetch(self, x, tftype, use_gpu=None): argument