Searched defs:type_printer (Results 1 – 5 of 5) sorted by relevance
30 struct type_printer struct32 type_printer(std::ostream& s) : f_stream(&s) {} in type_printer() function33 template< typename U > void operator()(mpl::identity<U>) in operator ()()39 std::ostream* f_stream;
212 const c10::TypePrinter& type_printer) { in CreateFBSchema()300 auto type_printer = [&](const c10::Type& t) -> std::optional<std::string> { in functionToFB() local
258 auto type_printer = [&](const c10::Type& t) -> std::optional<std::string> { in getFunctionTuple() local756 std::optional<std::string> type_printer( in type_printer() function
606 std::optional<std::string> type_printer(const c10::Type& type) { in type_printer() function
1654 c10::TypePrinter type_printer, in PythonPrint()1746 auto type_printer = [&](const c10::Type& t) { return printType(t, uniquer); }; in jitModuleToPythonCodeAndConstants() local