Searched defs:InferredAttributes (Results 1 – 3 of 3) sorted by relevance
123 struct InferredAttributes { struct124 std::vector<DataType> types;125 std::vector<std::vector<DataType>> type_lists;126 std::vector<int64_t> lengths;
56 using InferredAttributes = tensorflow::PythonAPIInfo::InferredAttributes; typedef
45 using InferredAttributes = PythonAPIInfo::InferredAttributes; typedef