Home
last modified time | relevance | path

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

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