Home
last modified time | relevance | path

Searched defs:InferredAttributes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_info.h123 struct InferredAttributes { struct
124 std::vector<DataType> types;
125 std::vector<std::vector<DataType>> type_lists;
126 std::vector<int64_t> lengths;
H A Dpython_api_info_wrapper.cc56 using InferredAttributes = tensorflow::PythonAPIInfo::InferredAttributes; typedef
H A Dpython_api_parameter_converter.cc45 using InferredAttributes = PythonAPIInfo::InferredAttributes; typedef