Home
last modified time | relevance | path

Searched defs:InputWithFixedDType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_info.h86 struct InputWithFixedDType { struct
87 DataType dtype;
88 ParamIndex index;
89 bool is_list;
H A Dpython_api_parameter_converter.cc48 using InputWithFixedDType = PythonAPIInfo::InputWithFixedDType; typedef